mayf commited on
Commit
fb540ec
·
verified ·
1 Parent(s): 7c97534

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -106,7 +106,7 @@ def main():
106
  if max_label in ["Positive", "Very Positive"]:
107
  prompt = (
108
  f"You are a friendly customer success representative. The customer said: \"{review}\". "
109
- "Write a warm, appreciative reply celebrating their positive experience."
110
  )
111
  else:
112
  prompt = (
 
106
  if max_label in ["Positive", "Very Positive"]:
107
  prompt = (
108
  f"You are a friendly customer success representative. The customer said: \"{review}\". "
109
+ "Write two sentences to appreciative reply their positive experience."
110
  )
111
  else:
112
  prompt = (