Commit
·
a98562c
1
Parent(s):
4dfe0d2
Update app.py
Browse files
app.py
CHANGED
|
@@ -38,6 +38,8 @@ def generate(
|
|
| 38 |
yield output
|
| 39 |
return output
|
| 40 |
|
|
|
|
|
|
|
| 41 |
mychatbot = gr.Chatbot(
|
| 42 |
avatar_images=["./user.png", "./botm.png"], bubble_full_width=False, show_label=False, show_copy_button=True, likeable=True,)
|
| 43 |
|
|
|
|
| 38 |
yield output
|
| 39 |
return output
|
| 40 |
|
| 41 |
+
custom_html = "<div id="welcome">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,)
|
| 45 |
|