Spaces:
Running
Running
Update app.py
Browse files
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
|
| 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")
|