Update app.py
Browse files
app.py
CHANGED
|
@@ -780,7 +780,7 @@ def create_interface():
|
|
| 780 |
)
|
| 781 |
|
| 782 |
with gr.Column(scale=4):
|
| 783 |
-
gr.Markdown("##
|
| 784 |
chatbot = gr.Chatbot(
|
| 785 |
height=600,
|
| 786 |
show_label=False,
|
|
|
|
| 780 |
)
|
| 781 |
|
| 782 |
with gr.Column(scale=4):
|
| 783 |
+
gr.Markdown("## Agente Seara")
|
| 784 |
chatbot = gr.Chatbot(
|
| 785 |
height=600,
|
| 786 |
show_label=False,
|