pedropauletti commited on
Commit
8fc19d7
·
verified ·
1 Parent(s): 887d8b3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -5,7 +5,7 @@ import os
5
 
6
  chatbot = gr.Chatbot(
7
  placeholder="<strong>Sou o Chatbot de Legislação da Unesp</strong><br>Fique à vontade para fazer perguntas",
8
- bubble_full_width=True,
9
  avatar_images=(None, os.path.join("imgs", "chatbot-avatar-open.png")),
10
  )
11
  text = gr.Textbox(placeholder="Faça uma pergunta sobre a Legislação da Unesp", submit_btn=True)
 
5
 
6
  chatbot = gr.Chatbot(
7
  placeholder="<strong>Sou o Chatbot de Legislação da Unesp</strong><br>Fique à vontade para fazer perguntas",
8
+ bubble_full_width=False,
9
  avatar_images=(None, os.path.join("imgs", "chatbot-avatar-open.png")),
10
  )
11
  text = gr.Textbox(placeholder="Faça uma pergunta sobre a Legislação da Unesp", submit_btn=True)