Update app.py
Browse files
app.py
CHANGED
|
@@ -227,3 +227,4 @@ elif st.session_state.selected_page == "NLP Techniques":
|
|
| 227 |
Sentiment analysis involves determining the sentiment of a piece of text, typically categorizing it as positive, negative, or neutral. This is commonly used for customer feedback and social media monitoring.
|
| 228 |
- **Example**: "I love this product!" → Positive Sentiment
|
| 229 |
""")
|
|
|
|
|
|
| 227 |
Sentiment analysis involves determining the sentiment of a piece of text, typically categorizing it as positive, negative, or neutral. This is commonly used for customer feedback and social media monitoring.
|
| 228 |
- **Example**: "I love this product!" → Positive Sentiment
|
| 229 |
""")
|
| 230 |
+
|