tayyab-077 commited on
Commit
9608fda
·
1 Parent(s): 6f535b2
Files changed (1) hide show
  1. app.py +1 -1
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, type="messages")
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