Spaces:
Running
Running
Update interface.py
Browse files- interface.py +1 -1
interface.py
CHANGED
@@ -130,7 +130,7 @@ def criar_interface():
|
|
130 |
with gr.Column(elem_classes="chat-area"):
|
131 |
with gr.Column(elem_classes="chat-container"):
|
132 |
chatbot = gr.Chatbot(
|
133 |
-
label="💬
|
134 |
elem_id="chat",
|
135 |
height="100%"
|
136 |
)
|
|
|
130 |
with gr.Column(elem_classes="chat-area"):
|
131 |
with gr.Column(elem_classes="chat-container"):
|
132 |
chatbot = gr.Chatbot(
|
133 |
+
label="💬 Area do chat",
|
134 |
elem_id="chat",
|
135 |
height="100%"
|
136 |
)
|