WICKED4950 commited on
Commit
c2df44b
·
verified ·
1 Parent(s): bcd6a17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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