Jeremy Live
commited on
Commit
·
d435e17
1
Parent(s):
5758499
Revert "API solved v3"
Browse filesThis reverts commit efc0b493ef9fdd5e8c67a730a78b02100a67392c.
app.py
CHANGED
@@ -58,7 +58,8 @@ def create_ui():
|
|
58 |
chatbot = gr.Chatbot(
|
59 |
label="Chat",
|
60 |
elem_classes="chat-container",
|
61 |
-
type="messages"
|
|
|
62 |
)
|
63 |
|
64 |
with gr.Row():
|
@@ -75,7 +76,8 @@ def create_ui():
|
|
75 |
with gr.Column(scale=1):
|
76 |
chart_display = gr.Plot(
|
77 |
label="Charts",
|
78 |
-
elem_classes="chart-container"
|
|
|
79 |
)
|
80 |
|
81 |
# Status indicators
|
|
|
58 |
chatbot = gr.Chatbot(
|
59 |
label="Chat",
|
60 |
elem_classes="chat-container",
|
61 |
+
type="messages",
|
62 |
+
height=500
|
63 |
)
|
64 |
|
65 |
with gr.Row():
|
|
|
76 |
with gr.Column(scale=1):
|
77 |
chart_display = gr.Plot(
|
78 |
label="Charts",
|
79 |
+
elem_classes="chart-container",
|
80 |
+
height=500
|
81 |
)
|
82 |
|
83 |
# Status indicators
|