mayf commited on
Commit
33e90e2
·
verified ·
1 Parent(s): 3832b1b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 12 words each).
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(