Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -336,7 +336,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
|
|
| 336 |
|
| 337 |
with gr.Tab("💬 Chatbot"):
|
| 338 |
with gr.Row():
|
| 339 |
-
with gr.
|
| 340 |
chat = gr.ChatInterface(fn=ask_question,
|
| 341 |
title = "🤖 AIdvisor",
|
| 342 |
chatbot=gr.Chatbot(
|
|
|
|
| 336 |
|
| 337 |
with gr.Tab("💬 Chatbot"):
|
| 338 |
with gr.Row():
|
| 339 |
+
with gr.Column(scale=3):
|
| 340 |
chat = gr.ChatInterface(fn=ask_question,
|
| 341 |
title = "🤖 AIdvisor",
|
| 342 |
chatbot=gr.Chatbot(
|