david-oplatka commited on
Commit
b0fafdf
·
verified ·
1 Parent(s): 8e37011

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -46,7 +46,7 @@ cfg.description = f'''
46
  <h4 style="text-align: center;">{cfg.description}</h4>
47
  '''
48
 
49
- demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [("How may I help you?")]))
50
 
51
  if __name__ == "__main__":
52
  demo.launch()
 
46
  <h4 style="text-align: center;">{cfg.description}</h4>
47
  '''
48
 
49
+ demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]))
50
 
51
  if __name__ == "__main__":
52
  demo.launch()