Leonardo Kamigauti commited on
Commit
8aeccbc
·
1 Parent(s): 64bc092

Debug missing comma

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -1
Gradio_UI.py CHANGED
@@ -268,7 +268,7 @@ class GradioUI:
268
  stored_messages = gr.State([])
269
  file_uploads_log = gr.State([])
270
  chatbot = gr.Chatbot(
271
- history
272
  label="Agent",
273
  type="messages",
274
  avatar_images=(
 
268
  stored_messages = gr.State([])
269
  file_uploads_log = gr.State([])
270
  chatbot = gr.Chatbot(
271
+ history,
272
  label="Agent",
273
  type="messages",
274
  avatar_images=(