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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- with gr.column():
 
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
- with gr.Row():
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?",