Kangarroar commited on
Commit
96e9f41
1 Parent(s): 3d9e8a0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -59,7 +59,7 @@ if "audio_temp_file" in locals():
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
65
  if st.button("Render audio"):
 
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
65
  if st.button("Render audio"):