Spaces:
Sleeping
Sleeping
Commit
·
2d04800
1
Parent(s):
14f4465
updatation
Browse files
app.py
CHANGED
|
@@ -340,7 +340,7 @@ with gr.Blocks(title="Tayyab — Chatbot") as demo:
|
|
| 340 |
|
| 341 |
with gr.Column(scale=3, elem_id="main_card"):
|
| 342 |
gr.Markdown("<h3>Smart Learning Assistant - Tayyab</h3>")
|
| 343 |
-
chatbot = gr.Chatbot(height=480, elem_id="chatbot_box", avatar_images=(None, None))
|
| 344 |
|
| 345 |
with gr.Row():
|
| 346 |
msg = gr.Textbox(
|
|
|
|
| 340 |
|
| 341 |
with gr.Column(scale=3, elem_id="main_card"):
|
| 342 |
gr.Markdown("<h3>Smart Learning Assistant - Tayyab</h3>")
|
| 343 |
+
chatbot = gr.Chatbot(height=480, elem_id="chatbot_box", avatar_images=(None, None), type="value")
|
| 344 |
|
| 345 |
with gr.Row():
|
| 346 |
msg = gr.Textbox(
|