doctorvivin commited on
Commit
0c41bbc
1 Parent(s): 8c672c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def generate(
38
  yield output
39
  return output
40
 
41
- custom_html = "<div style="color:white;">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,)
 
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,)