Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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__":
|