david-oplatka commited on
Commit
074e5e6
·
verified ·
1 Parent(s): 74c0dd2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -44,6 +44,8 @@ def respond(message, history):
44
 
45
  cfg.description = f'''<h1 style="text-align: center;">{cfg.description}</h1>'''
46
 
 
 
47
  demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]))
48
 
49
  if __name__ == "__main__":
 
44
 
45
  cfg.description = f'''<h1 style="text-align: center;">{cfg.description}</h1>'''
46
 
47
+ cfg.title = f'''<h1 style="text-align: center;">{cfg.title}</h1>'''
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__":