ShermanAI commited on
Commit
2777b72
·
1 Parent(s): 148cfd6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -21,8 +21,8 @@ def chatbot(input, history=[]):
21
  history.append((input, output))
22
  return history, history
23
 
24
- title = "My Chatbot Title"
25
- description = "This is a chatbot powered by OpenAI's GPT-3 model."
26
  examples = [
27
  ["Hello, how are you?", []],
28
  ["What's the meaning of life?", []],
 
21
  history.append((input, output))
22
  return history, history
23
 
24
+ title = "ChatSherman"
25
+ description = "This is a chatbot powered by ShermanAI."
26
  examples = [
27
  ["Hello, how are you?", []],
28
  ["What's the meaning of life?", []],