Spaces:
Sleeping
Sleeping
itacaiunas
commited on
Commit
•
b74ab51
1
Parent(s):
5153b47
Update app.py
Browse files
app.py
CHANGED
@@ -71,12 +71,12 @@ def test_preview_chatbot(message, history):
|
|
71 |
|
72 |
|
73 |
welcome_preview_message = f"""
|
74 |
-
Bem vindo ao **{TITLE}
|
75 |
"{EXAMPLE_INPUT}"
|
76 |
"""
|
77 |
|
78 |
chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)],
|
79 |
-
avatar_images=["./user.png", "./botz.png"], bubble_full_width=False, show_label=False, show_copy_button=
|
80 |
|
81 |
textbox_preview = gr.Textbox(scale=7, container=False, lines=3, value=EXAMPLE_INPUT)
|
82 |
|
|
|
71 |
|
72 |
|
73 |
welcome_preview_message = f"""
|
74 |
+
Bem vindo ao **{TITLE}** - seu assistente de geografia! Pergunte-me algo como:
|
75 |
"{EXAMPLE_INPUT}"
|
76 |
"""
|
77 |
|
78 |
chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)],
|
79 |
+
avatar_images=["./user.png", "./botz.png"], bubble_full_width=False, show_label=False, show_copy_button=False,)
|
80 |
|
81 |
textbox_preview = gr.Textbox(scale=7, container=False, lines=3, value=EXAMPLE_INPUT)
|
82 |
|