Spaces:
Sleeping
Sleeping
Commit
·
9608fda
1
Parent(s):
6f535b2
updated
Browse files
app.py
CHANGED
|
@@ -138,7 +138,7 @@ with gr.Blocks(title="Tayyab — Chatbot (API)") as demo:
|
|
| 138 |
|
| 139 |
with gr.Column(scale=3):
|
| 140 |
gr.Markdown("<h3>Smart Learning Assistant - Tayyab</h3>")
|
| 141 |
-
chatbot = gr.Chatbot(height=480
|
| 142 |
msg = gr.Textbox(placeholder="Type a message", show_label=False, lines=3)
|
| 143 |
send_btn = gr.Button("Send")
|
| 144 |
|
|
|
|
| 138 |
|
| 139 |
with gr.Column(scale=3):
|
| 140 |
gr.Markdown("<h3>Smart Learning Assistant - Tayyab</h3>")
|
| 141 |
+
chatbot = gr.Chatbot(height=480)
|
| 142 |
msg = gr.Textbox(placeholder="Type a message", show_label=False, lines=3)
|
| 143 |
send_btn = gr.Button("Send")
|
| 144 |
|