itacaiunas commited on
Commit
b74ab51
1 Parent(s): 5153b47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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}**! Pergunte 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=True,)
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