Update app.py
Browse files
app.py
CHANGED
|
@@ -442,7 +442,7 @@ def build_demo(embed_mode):
|
|
| 442 |
|
| 443 |
with gr.Column(scale=8):
|
| 444 |
chatbot = gr.Chatbot(
|
| 445 |
-
elem_id="chatbot", label="
|
| 446 |
)
|
| 447 |
with gr.Row():
|
| 448 |
with gr.Column(scale=8):
|
|
|
|
| 442 |
|
| 443 |
with gr.Column(scale=8):
|
| 444 |
chatbot = gr.Chatbot(
|
| 445 |
+
elem_id="chatbot", label="AI Tutor Vision Chatbot", height=550
|
| 446 |
)
|
| 447 |
with gr.Row():
|
| 448 |
with gr.Column(scale=8):
|