Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ with gr.Blocks(theme='soft', css="button { background-color: #4F7D51; color: whi
|
|
| 29 |
gr.Markdown("### Dois usuários podem conversar: **Funcionário (PT)** ↔ **Estudante (EN)**. Cada fala aparece com tradução automática.")
|
| 30 |
|
| 31 |
# Update chatbot to use type='messages' // Antes havia: bubble_full_width=False
|
| 32 |
-
chatbot = gr.Chatbot(label="Chat Funcionário ↔ Estudante",
|
| 33 |
|
| 34 |
with gr.Row():
|
| 35 |
with gr.Column():
|
|
|
|
| 29 |
gr.Markdown("### Dois usuários podem conversar: **Funcionário (PT)** ↔ **Estudante (EN)**. Cada fala aparece com tradução automática.")
|
| 30 |
|
| 31 |
# Update chatbot to use type='messages' // Antes havia: bubble_full_width=False
|
| 32 |
+
chatbot = gr.Chatbot(label="Chat Funcionário ↔ Estudante", bubble_full_width=False)
|
| 33 |
|
| 34 |
with gr.Row():
|
| 35 |
with gr.Column():
|