Files changed (1) hide show
  1. app.py +1 -1
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("sentiment-analysis")
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