david-oplatka commited on
Commit
05370e4
·
verified ·
1 Parent(s): 16a434b

Update app.py

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