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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -42,7 +42,7 @@ def respond(message, history):
42
  response = vq.submit_query(message)
43
  yield response
44
 
45
- cfg.description = f'''<h3 style="text-align: center;">{cfg.description}</h3>'''
46
 
47
  demo = gr.ChatInterface(respond, title = cfg.title, description = cfg.description, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]))
48
 
 
42
  response = vq.submit_query(message)
43
  yield response
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