Commit
·
99ff628
1
Parent(s):
885e40e
Update app.py
Browse files
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
|
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; }"
|