Yordann commited on
Commit
f1ad27a
·
verified ·
1 Parent(s): 97359cb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -297,7 +297,7 @@ with gr.Blocks(theme=masterbrand_theme, css=custom_css, title="MasterBrand AI As
297
  chatbot = gr.Chatbot(
298
  label="💬 Chat with MasterBrand AI",
299
  height=400,
300
- elem_id="chatbot-container"
301
  type="messages"
302
  )
303
 
 
297
  chatbot = gr.Chatbot(
298
  label="💬 Chat with MasterBrand AI",
299
  height=400,
300
+ elem_id="chatbot-container",
301
  type="messages"
302
  )
303