Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -335,7 +335,8 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
|
|
| 335 |
)
|
| 336 |
|
| 337 |
with gr.Tab("💬 Chatbot"):
|
| 338 |
-
|
|
|
|
| 339 |
chat = gr.ChatInterface(fn=ask_question,
|
| 340 |
title = "🤖 AIdvisor",
|
| 341 |
chatbot=gr.Chatbot(
|
|
@@ -345,8 +346,7 @@ with gr.Blocks(theme='shivi/calm_seafoam', title="📄 Insurance Policy AIdvisor
|
|
| 345 |
)
|
| 346 |
)
|
| 347 |
)
|
| 348 |
-
|
| 349 |
-
with gr.Column():
|
| 350 |
gr.Examples(
|
| 351 |
examples=[
|
| 352 |
"In what forms are the certificate avalaible?",
|
|
|
|
| 335 |
)
|
| 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(
|
|
|
|
| 346 |
)
|
| 347 |
)
|
| 348 |
)
|
| 349 |
+
with gr.Column(scale=1):
|
|
|
|
| 350 |
gr.Examples(
|
| 351 |
examples=[
|
| 352 |
"In what forms are the certificate avalaible?",
|