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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -116,13 +116,12 @@ with gr.Blocks() as demo:
116
 
117
  # Document Chatbot
118
  with gr.Tab("Market Prediction"):
119
- with gr.Row(variant="panel"):
120
  gr.ChatInterface(
121
  respond,
122
  fill_width=True,
123
  fill_height=True,
124
  type="messages",
125
- scale=2,
126
  autofocus=False #,
127
  #additional_inputs=[
128
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),
 
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,
123
  fill_height=True,
124
  type="messages",
 
125
  autofocus=False #,
126
  #additional_inputs=[
127
  # gr.Textbox(value="You are a friendly Chatbot.", label="System message"),