Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ with gr.Blocks(
|
|
50 |
"""
|
51 |
)
|
52 |
chatbot = gr.Chatbot(
|
53 |
-
height=
|
54 |
)
|
55 |
msg = gr.Textbox(label="Pose-moi une question sur le rugby pendant la saison 2022-2023")
|
56 |
with gr.Row():
|
|
|
50 |
"""
|
51 |
)
|
52 |
chatbot = gr.Chatbot(
|
53 |
+
height=310, # just to fit the notebook
|
54 |
)
|
55 |
msg = gr.Textbox(label="Pose-moi une question sur le rugby pendant la saison 2022-2023")
|
56 |
with gr.Row():
|