Kangarroar commited on
Commit
461c7b5
1 Parent(s): 6eb6b84

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,5 +13,5 @@ title = col2.text_input("Key", value="0")
13
  title2 = col2.text_input("Speedup", value="20")
14
  title3 = col2.text_input("Gender Flag", value="1.00")
15
  password = col2.text_input("Enter password")
16
- col2.checkbox(label, value=False)
17
  # Rest of the code
 
13
  title2 = col2.text_input("Speedup", value="20")
14
  title3 = col2.text_input("Gender Flag", value="1.00")
15
  password = col2.text_input("Enter password")
16
+ gender = col2.checkbox('Gender Flag', value=False, help='Default is 1.0, it works by decimals, setting it at 1.05 will make your render sound more female-ish, setting it to 0.95 will make it sound more masculine, for example.')
17
  # Rest of the code