Spaces:
Sleeping
Sleeping
Update app.py
#1
by
cwyeungam
- opened
app.py
CHANGED
@@ -56,11 +56,10 @@ st.markdown(
|
|
56 |
st.markdown(
|
57 |
"""
|
58 |
<div class="description-container">
|
59 |
-
This
|
60 |
-
and determine the sentiment (positive👍 or negative👎) for each relevant category.
|
61 |
-
|
62 |
-
|
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
|