Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def respond(message, history):
|
|
81 |
demo = gr.ChatInterface(
|
82 |
fn=respond,
|
83 |
title="Chat with Esther", # Title of the app
|
84 |
-
description="A friendly chatbot ready to help and chat with you! 😊", # Description of the app
|
85 |
theme="compact", # Choose the theme
|
86 |
)
|
87 |
|
|
|
81 |
demo = gr.ChatInterface(
|
82 |
fn=respond,
|
83 |
title="Chat with Esther", # Title of the app
|
84 |
+
description="A friendly chatbot ready to help and chat with you! 😊 (Everything you say will be stored and will be used for further improving the model)", # Description of the app
|
85 |
theme="compact", # Choose the theme
|
86 |
)
|
87 |
|