Update app.py
Browse files
app.py
CHANGED
@@ -419,7 +419,8 @@ def get_debug_info():
|
|
419 |
|
420 |
def restart_game():
|
421 |
initialize_game()
|
422 |
-
|
|
|
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")
|