ShermanAI commited on
Commit
810511d
·
verified ·
1 Parent(s): 056ffbf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ gr.ChatInterface(predict, title=title, description=description, examples=example
43
 
44
  title = "ChatSherman-2.0"
45
  description = ("Due to the unavailability of an OpenAI key, this chatbot is currently not operational. "
46
- "I apologize for any inconvenience caused. However, you may try using ChatSherman-1.0 at "
47
  "https://huggingface.co/spaces/ShermanAI/ChatSherman for a similar conversational experience. "
48
  "Thank you for your understanding")
49
 
 
43
 
44
  title = "ChatSherman-2.0"
45
  description = ("Due to the unavailability of an OpenAI key, this chatbot is currently not operational. "
46
+ "However, you may try using ChatSherman-1.0 at "
47
  "https://huggingface.co/spaces/ShermanAI/ChatSherman for a similar conversational experience. "
48
  "Thank you for your understanding")
49