Spaces:
Configuration error
Configuration error
Kangarroar
commited on
Commit
•
9216d6a
1
Parent(s):
c10663c
Update app.py
Browse files
app.py
CHANGED
@@ -113,8 +113,8 @@ if "audio_temp_file" in locals():
|
|
113 |
# Add a text input for the title with a default value of 0
|
114 |
title = st.text_input("Key", value="0")
|
115 |
title2 = st.text_input("Speedup", value="20")
|
116 |
-
|
117 |
-
|
118 |
# Add a button to start the rendering process
|
119 |
# Add a button to start the rendering process
|
120 |
if st.button("Render audio"):
|
|
|
113 |
# Add a text input for the title with a default value of 0
|
114 |
title = st.text_input("Key", value="0")
|
115 |
title2 = st.text_input("Speedup", value="20")
|
116 |
+
password = st.text_input("Enter password")
|
117 |
+
correct_password = os.environ.get("gatepassword")
|
118 |
# Add a button to start the rendering process
|
119 |
# Add a button to start the rendering process
|
120 |
if st.button("Render audio"):
|