kk20krishna commited on
Commit
dc37d41
·
verified ·
1 Parent(s): 2da0e19

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.column(scale=3):
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(