maniveer commited on
Commit
1ba0e45
·
1 Parent(s): 612f3c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  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")
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
+ st.title("AI Community 9th Dec Workshop designing sentiment analysis Bot")
5
  sentiment_analysis = pipeline("sentiment-analysis")
6
  #user input
7
  user_input = st.text_area("Enter the comment to analyze")