ErNewdev0 commited on
Commit
b64b85a
·
verified ·
1 Parent(s): 503df76

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ with gr.Blocks() as demo:
170
  clear_btn = gr.Button("Clear Session")
171
 
172
  with gr.Column(scale=2):
173
- chatbot = gr.Chatbot(label="Chat", height=400, type="messages")
174
  msg = gr.Textbox(label="Message", placeholder="Ask about your document...")
175
  with gr.Row():
176
  send_btn = gr.Button("Send", variant="primary")
 
170
  clear_btn = gr.Button("Clear Session")
171
 
172
  with gr.Column(scale=2):
173
+ chatbot = gr.Chatbot(label="Chat", height=400)
174
  msg = gr.Textbox(label="Message", placeholder="Ask about your document...")
175
  with gr.Row():
176
  send_btn = gr.Button("Send", variant="primary")