Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,7 @@ def initialize_interface():
|
|
45 |
description="Type your dialog",
|
46 |
allow_flagging="never"
|
47 |
)
|
|
|
48 |
response = iface.launch()
|
49 |
if response[2] == "yes": # Check if user wants to play again
|
50 |
initialize_interface() # Restart the game
|
|
|
45 |
description="Type your dialog",
|
46 |
allow_flagging="never"
|
47 |
)
|
48 |
+
iface.launch()
|
49 |
response = iface.launch()
|
50 |
if response[2] == "yes": # Check if user wants to play again
|
51 |
initialize_interface() # Restart the game
|