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

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).
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. 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(