Ynvers commited on
Commit
d7d23c7
·
1 Parent(s): d014c6b

Add application file

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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