Spaces:
Runtime error
Runtime error
valentin urena commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -92,7 +92,7 @@ chat_interface = gr.ChatInterface(
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
-
with gr.Blocks(
|
| 96 |
gr.Markdown(DESCRIPTION)
|
| 97 |
|
| 98 |
play_match = Game()
|
|
|
|
| 92 |
)
|
| 93 |
|
| 94 |
|
| 95 |
+
with gr.Blocks(css_paths="styles.css", fill_height=True) as demo:
|
| 96 |
gr.Markdown(DESCRIPTION)
|
| 97 |
|
| 98 |
play_match = Game()
|