david-oplatka commited on
Commit
ccd796a
·
verified ·
1 Parent(s): 43ce7b5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -86,7 +86,7 @@ else:
86
  app_examples = None
87
 
88
  demo = gr.ChatInterface(respond, description = cfg.description, css = css,
89
- chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), examples = app_examples, cache_examples = False)
90
 
91
  if __name__ == "__main__":
92
  demo.launch()
 
86
  app_examples = None
87
 
88
  demo = gr.ChatInterface(respond, description = cfg.description, css = css,
89
+ chatbot = gr.Chatbot(layout = "panel", value = [[None, "How may I help you?"]]), examples = app_examples, cache_examples = False)
90
 
91
  if __name__ == "__main__":
92
  demo.launch()