Commit
·
efc0b49
1
Parent(s):
56fb484
API solved v3
Browse files
app.py
CHANGED
|
@@ -58,8 +58,7 @@ def create_ui():
|
|
| 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,8 +75,7 @@ def create_ui():
|
|
| 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
|
|
|
|
| 58 |
chatbot = gr.Chatbot(
|
| 59 |
label="Chat",
|
| 60 |
elem_classes="chat-container",
|
| 61 |
+
type="messages"
|
|
|
|
| 62 |
)
|
| 63 |
|
| 64 |
with gr.Row():
|
|
|
|
| 75 |
with gr.Column(scale=1):
|
| 76 |
chart_display = gr.Plot(
|
| 77 |
label="Charts",
|
| 78 |
+
elem_classes="chart-container"
|
|
|
|
| 79 |
)
|
| 80 |
|
| 81 |
# Status indicators
|