Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|