Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,11 +19,11 @@ def main():
|
|
| 19 |
inputs=[], # No inputs required
|
| 20 |
outputs="text", # Output is a text area
|
| 21 |
live=False, # Only generate statement after button press
|
| 22 |
-
description="Press the button to generate a statement from the dataset."
|
| 23 |
)
|
| 24 |
|
| 25 |
# Launch the UI
|
| 26 |
interface.launch(share=True)
|
| 27 |
|
| 28 |
if __name__ == "__main__":
|
| 29 |
-
main()
|
|
|
|
| 19 |
inputs=[], # No inputs required
|
| 20 |
outputs="text", # Output is a text area
|
| 21 |
live=False, # Only generate statement after button press
|
| 22 |
+
description="Press the button to generate a random statement from the dataset."
|
| 23 |
)
|
| 24 |
|
| 25 |
# Launch the UI
|
| 26 |
interface.launch(share=True)
|
| 27 |
|
| 28 |
if __name__ == "__main__":
|
| 29 |
+
main()
|