SarahMakk commited on
Commit
19964bd
·
verified ·
1 Parent(s): cb74933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -59,8 +59,6 @@ st.markdown(
59
  This app uses Hugging Face models to detect the topics and intent of customer feedback
60
  and determine the sentiment (positive👍 or negative👎) for each relevant category.
61
  A single feedback may belong to multiple categories, such as Pricing, Feature, and Customer Service.
62
- The feedback is split into sentences, and each sentence is categorized and analyzed for sentiment.
63
- Only categories with a confidence score >= 0.8 are displayed.
64
  </div>
65
  """,
66
  unsafe_allow_html=True
 
59
  This app uses Hugging Face models to detect the topics and intent of customer feedback
60
  and determine the sentiment (positive👍 or negative👎) for each relevant category.
61
  A single feedback may belong to multiple categories, such as Pricing, Feature, and Customer Service.
 
 
62
  </div>
63
  """,
64
  unsafe_allow_html=True