Files changed (1) hide show
  1. app.py +4 -5
app.py CHANGED
@@ -56,11 +56,10 @@ st.markdown(
56
  st.markdown(
57
  """
58
  <div class="description-container">
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
 
56
  st.markdown(
57
  """
58
  <div class="description-container">
59
+ This application detects the topics and intent of customer feedback,
60
+ and determine the sentiment (positive👍 or negative👎) for each relevant category.
61
+ **Category: Pricing, Feature, Customer Service, Delivery, Quality**
62
+
 
63
  </div>
64
  """,
65
  unsafe_allow_html=True