Update app.py
Browse files
app.py
CHANGED
@@ -2,7 +2,7 @@ import streamlit as st
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
st.title("AI Community 9th Dec Workshop Bot")
|
5 |
-
sentiment_analysis = pipeline("
|
6 |
#user input
|
7 |
user_input = st.text_area("Enter the comment to analyze")
|
8 |
#analysis button
|
|
|
2 |
from transformers import pipeline
|
3 |
|
4 |
st.title("AI Community 9th Dec Workshop Bot")
|
5 |
+
sentiment_analysis = pipeline("Sentiment-Analysis")
|
6 |
#user input
|
7 |
user_input = st.text_area("Enter the comment to analyze")
|
8 |
#analysis button
|