Spaces:
Running
Running
Update app.py
Browse files
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.
|
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,
|