Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
|