ilyassh commited on
Commit
fc9ef12
·
verified ·
1 Parent(s): 1f49301

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -419,7 +419,8 @@ def get_debug_info():
419
 
420
  def restart_game():
421
  initialize_game()
422
- return "", "", []
 
423
 
424
  with gr.Blocks() as demo:
425
  gr.Markdown("# Cluedo")
 
419
 
420
  def restart_game():
421
  initialize_game()
422
+ debug_information = get_debug_info()
423
+ return "", "", [], debug_information
424
 
425
  with gr.Blocks() as demo:
426
  gr.Markdown("# Cluedo")