Spaces:
Running
Running
Update Gradio_UI.py
Browse filesAdded markdown instructions
- Gradio_UI.py +4 -0
Gradio_UI.py
CHANGED
@@ -264,6 +264,10 @@ class GradioUI:
|
|
264 |
with gr.Blocks(fill_height=True) as demo:
|
265 |
stored_messages = gr.State([])
|
266 |
file_uploads_log = gr.State([])
|
|
|
|
|
|
|
|
|
267 |
chatbot = gr.Chatbot(
|
268 |
label="Lex",
|
269 |
type="messages",
|
|
|
264 |
with gr.Blocks(fill_height=True) as demo:
|
265 |
stored_messages = gr.State([])
|
266 |
file_uploads_log = gr.State([])
|
267 |
+
gr.Markdown("""
|
268 |
+
# Agente Lex
|
269 |
+
Escriba su solicitud...
|
270 |
+
""")
|
271 |
chatbot = gr.Chatbot(
|
272 |
label="Lex",
|
273 |
type="messages",
|