Spaces:
Running
Running
Update Gradio_UI.py
Browse files- Gradio_UI.py +1 -2
Gradio_UI.py
CHANGED
@@ -295,8 +295,7 @@ class GradioUI:
|
|
295 |
}
|
296 |
"""
|
297 |
) as demo:
|
298 |
-
|
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(
|