Add application file
Browse files
app.py
CHANGED
|
@@ -29,9 +29,9 @@ def start_game(main_loop, share=False):
|
|
| 29 |
theme="soft",
|
| 30 |
examples=["Look around", "Continue the story"],
|
| 31 |
cache_examples=False,
|
| 32 |
-
retry_btn="Retry",
|
| 33 |
-
undo_btn="Undo",
|
| 34 |
-
clear_btn="Clear",
|
| 35 |
)
|
| 36 |
demo.launch(share=share, server_name="0.0.0.0")
|
| 37 |
|
|
|
|
| 29 |
theme="soft",
|
| 30 |
examples=["Look around", "Continue the story"],
|
| 31 |
cache_examples=False,
|
| 32 |
+
#retry_btn="Retry",
|
| 33 |
+
#undo_btn="Undo",
|
| 34 |
+
#clear_btn="Clear",
|
| 35 |
)
|
| 36 |
demo.launch(share=share, server_name="0.0.0.0")
|
| 37 |
|