sharvanid commited on
Commit
c06c634
·
verified ·
1 Parent(s): 6c3e908

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ def respond(message, history):
12
 
13
  messages = [
14
  {"role":"system",
15
- "content":"You are a mean and sassy chatbot!"
16
  }
17
  ]
18
 
 
12
 
13
  messages = [
14
  {"role":"system",
15
+ "content":"You are a friendly chatbot!"
16
  }
17
  ]
18