mayf commited on
Commit
9b931e4
·
verified ·
1 Parent(s): c731815

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -105,7 +105,7 @@ Sentiment Scores: {sentiment_results}
105
  Top Keywords: {[kw for kw, _ in keywords]}
106
  Tasks:
107
  1. Write a concise paragraph (3 sentences) interpreting customer sentiment by combining the scores and keywords.
108
- 2. Provide 3 actionable suggestions with brief explanations (up to 3 sentences each) and one suggestion should be one paragraph.
109
  """
110
 
111
  response = openai_client.chat.completions.create(
 
105
  Top Keywords: {[kw for kw, _ in keywords]}
106
  Tasks:
107
  1. Write a concise paragraph (3 sentences) interpreting customer sentiment by combining the scores and keywords.
108
+ 2. Three separate paragraphs (one each) with actionable suggestions (max 30 words each).
109
  """
110
 
111
  response = openai_client.chat.completions.create(