Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -172,7 +172,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
172 |
gr.HTML(main_html)
|
173 |
|
174 |
# Le chatbot en bas
|
175 |
-
with gr.
|
176 |
chatbot = gr.Chatbot()
|
177 |
msg = gr.Textbox(
|
178 |
label="Pose ta question à Léli",
|
|
|
172 |
gr.HTML(main_html)
|
173 |
|
174 |
# Le chatbot en bas
|
175 |
+
with gr.Group(elem_id="footer-chat"):
|
176 |
chatbot = gr.Chatbot()
|
177 |
msg = gr.Textbox(
|
178 |
label="Pose ta question à Léli",
|