doctorvivin commited on
Commit
99ff628
·
1 Parent(s): 885e40e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ mychatbot = gr.Chatbot(
43
 
44
  demo = gr.ChatInterface(fn=generate,
45
  chatbot=mychatbot,
46
- title="Hello! I'm Elisa by SpriFi. Your friendly AI assistant. How can I help you today?",
47
  retry_btn=None,
48
  undo_btn=None,
49
  css="body { background-color: inherit; }"
 
43
 
44
  demo = gr.ChatInterface(fn=generate,
45
  chatbot=mychatbot,
46
+ title="Hello! I'm Elisa by SpriFi.👋 How can I help you today?",
47
  retry_btn=None,
48
  undo_btn=None,
49
  css="body { background-color: inherit; }"