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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -75,9 +75,9 @@ 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
 
83
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview, submit_btn='Perguntar', retry_btn=None, clear_btn=None, undo_btn=None)
 
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
 
83
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview, submit_btn='Perguntar', retry_btn=None, clear_btn=None, undo_btn=None)