Spaces:
Sleeping
Sleeping
valentin urena
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -80,7 +80,7 @@ chat_interface = gr.ChatInterface(
|
|
80 |
type="messages",
|
81 |
)
|
82 |
|
83 |
-
with gr.Blocks(
|
84 |
gr.Markdown(DESCRIPTION)
|
85 |
|
86 |
play_match = Game()
|
|
|
80 |
type="messages",
|
81 |
)
|
82 |
|
83 |
+
with gr.Blocks(fill_height=True) as demo:
|
84 |
gr.Markdown(DESCRIPTION)
|
85 |
|
86 |
play_match = Game()
|