itacaiunas commited on
Commit
6ce537f
·
verified ·
1 Parent(s): 37ca8f2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -73,7 +73,7 @@ welcome_preview_message = f"""
73
 
74
  """
75
 
76
- chatbot_preview = gr.Chatbot( value=[(None, welcome_preview_message)])
77
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
78
 
79
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)
 
73
 
74
  """
75
 
76
+ chatbot_preview = gr.Chatbot(layout="panel", value=[(None, welcome_preview_message)])
77
  textbox_preview = gr.Textbox(scale=7, container=False, value=EXAMPLE_INPUT)
78
 
79
  demo = gr.ChatInterface(test_preview_chatbot, chatbot=chatbot_preview, textbox=textbox_preview)