ShermanAI commited on
Commit
1d068b8
1 Parent(s): a327c4a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def predict(message, history):
34
  yield partial_message
35
 
36
  title = "ChatSherman-2.0"
37
- description = "Due to the unavailability of an OpenAI key, this chatbot is currently not operational. I apologize for any inconvenience caused. However, you may try using ChatSherman 1.0 at www. for a similar conversational experience. Thank you for your understanding"#"This is an AI chatbot powered by ShermanAI. Enter your question below to get started. "
38
  examples = [
39
  ["What is ChatSherman, and how does it work?", []],
40
  ["Is my personal information and data safe when I use the ChatSherman chatbot?", []],
 
34
  yield partial_message
35
 
36
  title = "ChatSherman-2.0"
37
+ description = "Due to the unavailability of an OpenAI key, this chatbot is currently not operational. I apologize for any inconvenience caused. However, you may try using ChatSherman-1.0 at https://huggingface.co/spaces/ShermanAI/ChatSherman for a similar conversational experience. Thank you for your understanding"#"This is an AI chatbot powered by ShermanAI. Enter your question below to get started. "
38
  examples = [
39
  ["What is ChatSherman, and how does it work?", []],
40
  ["Is my personal information and data safe when I use the ChatSherman chatbot?", []],