Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -952,7 +952,7 @@ def create_ui():
|
|
| 952 |
return {}, f"❌ {msg}"
|
| 953 |
|
| 954 |
def refresh_game_state(session):
|
| 955 |
-
empty_return = ("*No game joined*", "", "", {}, {}, [], gr.Dropdown(choices=[]), "*No spectators*", "")
|
| 956 |
|
| 957 |
if not session.get('room_id'):
|
| 958 |
return empty_return
|
|
|
|
| 952 |
return {}, f"❌ {msg}"
|
| 953 |
|
| 954 |
def refresh_game_state(session):
|
| 955 |
+
empty_return = ("*No game joined*", "", "", {}, "", "", {}, [], gr.Dropdown(choices=[]), "*No spectators*", "")
|
| 956 |
|
| 957 |
if not session.get('room_id'):
|
| 958 |
return empty_return
|