Jeremy Live commited on
Commit
eed8b79
1 Parent(s): 3decc02
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -728,7 +728,7 @@ def create_ui():
728
  chatbot = gr.Chatbot(
729
  [],
730
  elem_id="chatbot",
731
- bubble_full_width=False,
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