ShermanAI commited on
Commit
2f6067a
·
1 Parent(s): fee4a07

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ def chatbot(talk_to_chatsherman, history=[]):
21
  history.append((talk_to_chatsherman, output))
22
  return history, history
23
 
24
- title = "My Chatbot Title"
25
  description = "This is an AI chatbot powered by ShermanAI using GPT-3 model."
26
  examples = [
27
  ["Hello, how are you?", []],
 
21
  history.append((talk_to_chatsherman, output))
22
  return history, history
23
 
24
+ title = "ChatSherman"
25
  description = "This is an AI chatbot powered by ShermanAI using GPT-3 model."
26
  examples = [
27
  ["Hello, how are you?", []],