Commit
·
0c41bbc
1
Parent(s):
8c672c8
Update app.py
Browse files
app.py
CHANGED
@@ -38,7 +38,7 @@ def generate(
|
|
38 |
yield output
|
39 |
return output
|
40 |
|
41 |
-
custom_html = "<div
|
42 |
|
43 |
mychatbot = gr.Chatbot(
|
44 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
|
|
38 |
yield output
|
39 |
return output
|
40 |
|
41 |
+
custom_html = "<div>Hello! I'm Elisa by SpriFi. Your friendly AI assistant. How can I help you with, today?</div>"
|
42 |
|
43 |
mychatbot = gr.Chatbot(
|
44 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|