Kaushik066 commited on
Commit
ea130e2
·
verified ·
1 Parent(s): 27e8071

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ with gr.Blocks() as demo:
116
 
117
  # Document Chatbot
118
  with gr.Tab("Market Prediction"):
119
- with gr.Row(variant="default"):
120
  gr.ChatInterface(
121
  respond,
122
  fill_width=True,
 
116
 
117
  # Document Chatbot
118
  with gr.Tab("Market Prediction"):
119
+ with gr.Column(variant="panel", scale=2):
120
  gr.ChatInterface(
121
  respond,
122
  fill_width=True,