Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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=
|
| 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 |
|