Update app.py
Browse files
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
|
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 = (
|