Update app.py
Browse files
app.py
CHANGED
@@ -96,7 +96,7 @@ Sentiment Scores: {sentiment_results}
|
|
96 |
Top Keywords: {[kw for kw, _ in keywords]}
|
97 |
Tasks:
|
98 |
1. Write a concise paragraph (2 sentences) interpreting customer sentiment by combining the scores and keywords.
|
99 |
-
2. Provide 3 actionable suggestions with brief explanations (up to
|
100 |
"""
|
101 |
|
102 |
response = openai_client.chat.completions.create(
|
|
|
96 |
Top Keywords: {[kw for kw, _ in keywords]}
|
97 |
Tasks:
|
98 |
1. Write a concise paragraph (2 sentences) interpreting customer sentiment by combining the scores and keywords.
|
99 |
+
2. Provide 3 actionable suggestions with brief explanations (up to 3 sentences each).
|
100 |
"""
|
101 |
|
102 |
response = openai_client.chat.completions.create(
|