SalmanML commited on
Commit
d169bde
·
verified ·
1 Parent(s): 63c51db

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -2,7 +2,7 @@
2
  from transformers import pipeline
3
  import streamlit as st
4
 
5
- st.heading("Sentiment analysis app using transformers")
6
  sentiment_task = pipeline("sentiment-analysis")
7
  text=st.text_area("enter text here to get the sentiment")
8
  if text:
 
2
  from transformers import pipeline
3
  import streamlit as st
4
 
5
+ st.header("Sentiment analysis app using transformers")
6
  sentiment_task = pipeline("sentiment-analysis")
7
  text=st.text_area("enter text here to get the sentiment")
8
  if text: