Mahavaury2 commited on
Commit
b44f1c6
·
verified ·
1 Parent(s): aea4d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.Box(elem_id="footer-chat"):
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",