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