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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -116,12 +116,13 @@ with gr.Blocks() as demo:
116
 
117
  # Document Chatbot
118
  with gr.Tab("Market Prediction"):
119
- with gr.Row(variant="panel", scale=2):
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"),
 
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"),