From 43a2c05fdf483c1a33a0908de88ceec2a5dc04b7 Mon Sep 17 00:00:00 2001 From: Lasse Studion Date: Sun, 12 Mar 2023 08:49:19 +0100 Subject: [PATCH] Added to explainer --- app.py | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 962104b..b76db66 100644 --- a/app.py +++ b/app.py @@ -8,11 +8,13 @@ st.title(":green[Colorize] your :red[Hindenburg] project") st.markdown( """ -- Set colors for a few clips on your timeline, ideally at least one clip from +1. Set colors for a few clips on your timeline, ideally at least one clip from each recording. -- Upload your Hindenburg project file (ending with *nhsx*) to add the same color +2. Upload your Hindenburg project file (ending with *nhsx*) to add the same color to other clips originating from the same recording. -- Download the modified file *and put it in the same folder as your original project file*. +3. Download the modified file *and put it in the same folder as your original project file*. + +No data is saved anywhere. Made by [Lasse Edfast](https://lasseedfast.se) """ )