yetessam commited on
Commit
3262276
·
verified ·
1 Parent(s): ec8c087

Update Gradio_UI.py

Browse files
Files changed (1) hide show
  1. Gradio_UI.py +1 -2
Gradio_UI.py CHANGED
@@ -295,8 +295,7 @@ class GradioUI:
295
  }
296
  """
297
  ) as demo:
298
- gr.Markdown(agent_header)
299
- )
300
  stored_messages = gr.State([])
301
  file_uploads_log = gr.State([])
302
  chatbot = gr.Chatbot(
 
295
  }
296
  """
297
  ) as demo:
298
+ gr.Markdown(agent_header)
 
299
  stored_messages = gr.State([])
300
  file_uploads_log = gr.State([])
301
  chatbot = gr.Chatbot(