Jeremy Live
commited on
Commit
路
eed8b79
1
Parent(s):
3decc02
up2
Browse files
app.py
CHANGED
@@ -728,7 +728,7 @@ def create_ui():
|
|
728 |
chatbot = gr.Chatbot(
|
729 |
[],
|
730 |
elem_id="chatbot",
|
731 |
-
|
732 |
avatar_images=(
|
733 |
None,
|
734 |
(os.path.join(os.path.dirname(__file__), "logo.svg")),
|
@@ -744,8 +744,6 @@ def create_ui():
|
|
744 |
# Chart display area (interactive Plotly figure)
|
745 |
chart_display = gr.Plot(
|
746 |
label="馃搳 Visualizaci贸n",
|
747 |
-
height=420,
|
748 |
-
interactive=True,
|
749 |
)
|
750 |
|
751 |
# Input area
|
|
|
728 |
chatbot = gr.Chatbot(
|
729 |
[],
|
730 |
elem_id="chatbot",
|
731 |
+
type="tuples", # keep current list-of-lists format
|
732 |
avatar_images=(
|
733 |
None,
|
734 |
(os.path.join(os.path.dirname(__file__), "logo.svg")),
|
|
|
744 |
# Chart display area (interactive Plotly figure)
|
745 |
chart_display = gr.Plot(
|
746 |
label="馃搳 Visualizaci贸n",
|
|
|
|
|
747 |
)
|
748 |
|
749 |
# Input area
|