npc0 commited on
Commit
8492e7a
·
verified ·
1 Parent(s): 995a7e7

Update app.py

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