Blessin commited on
Commit
898e436
·
1 Parent(s): 384cca9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ def main():
25
  fn=generate_statement, # Function to call on button press
26
  inputs=[], # No inputs required as we're just generating random dialogues
27
  outputs="text", # Output is a text area
28
- live=False, # Only generate statement after button press
29
  description="Press the button to generate a statement from our dataset."
30
  )
31
 
 
25
  fn=generate_statement, # Function to call on button press
26
  inputs=[], # No inputs required as we're just generating random dialogues
27
  outputs="text", # Output is a text area
28
+ live=True, # Only generate statement after button press
29
  description="Press the button to generate a statement from our dataset."
30
  )
31