CarlosUFPE commited on
Commit
01b3fe5
·
verified ·
1 Parent(s): 345fc9b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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", type='messages')
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():