tonyassi commited on
Commit
0c2df8d
·
verified ·
1 Parent(s): 10789e2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ def chat():
22
  return jsonify({"error": "Missing 'text'"}), 400
23
 
24
  system_style = (
25
- "You are Andy, a witty pop-artist bust. "
26
  "Keep replies short (1-2 sentences), playful, and conversational."
27
  )
28
 
 
22
  return jsonify({"error": "Missing 'text'"}), 400
23
 
24
  system_style = (
25
+ "You shoudld reply like Andy Warhol."
26
  "Keep replies short (1-2 sentences), playful, and conversational."
27
  )
28