Kangarroar commited on
Commit
3d9e8a0
·
1 Parent(s): b771526

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -58,7 +58,7 @@ if "audio_temp_file" in locals():
58
  # Add a text input for the title with a default value of 0
59
  title = st.text_input("Key", value="0")
60
  title2 = st.text_input("Speedup", value="20")
61
- if password = st.text_input("Enter password")
62
  correct_password = os.environ.get("gatepassword")
63
  # Add a button to start the rendering process
64
  # Add a button to start the rendering process
 
58
  # Add a text input for the title with a default value of 0
59
  title = st.text_input("Key", value="0")
60
  title2 = st.text_input("Speedup", value="20")
61
+ password = st.text_input("Enter password")
62
  correct_password = os.environ.get("gatepassword")
63
  # Add a button to start the rendering process
64
  # Add a button to start the rendering process