Spaces:
Runtime error
Runtime error
valentin urena commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ chat_interface = gr.ChatInterface(
|
|
| 72 |
)
|
| 73 |
|
| 74 |
|
| 75 |
-
with gr.Blocks(css_paths="styles.css",
|
| 76 |
gr.Markdown(DESCRIPTION)
|
| 77 |
|
| 78 |
play_match = Game()
|
|
|
|
| 72 |
)
|
| 73 |
|
| 74 |
|
| 75 |
+
with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
|
| 76 |
gr.Markdown(DESCRIPTION)
|
| 77 |
|
| 78 |
play_match = Game()
|