david-oplatka commited on
Commit
b6c9ea3
·
verified ·
1 Parent(s): 0b1ab4b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -58,6 +58,8 @@ header = f'''
58
  <h2 style="text-align: center;">{cfg.description}</h2>
59
  '''
60
 
 
 
61
  demo = gr.ChatInterface(respond, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), head = header)
62
 
63
  if __name__ == "__main__":
 
58
  <h2 style="text-align: center;">{cfg.description}</h2>
59
  '''
60
 
61
+ header = "Hello Test"
62
+
63
  demo = gr.ChatInterface(respond, chatbot = gr.Chatbot(value = [[None, "How may I help you?"]]), head = header)
64
 
65
  if __name__ == "__main__":