Update app.py
Browse files
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=
|
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)
|