Kangarroar commited on
Commit
9216d6a
1 Parent(s): c10663c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- if 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"):
 
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"):