JulianHame commited on
Commit
fa5f7c8
1 Parent(s): eca3444

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -1,8 +1,6 @@
1
  import streamlit as st
2
  from transformers import pipeline
3
 
4
- alist = []
5
-
6
  st.title('Sentiment Analyser')
7
  st.image("https://www.pngall.com/wp-content/uploads/5/Emotion-Transparent.png")
8
 
 
1
  import streamlit as st
2
  from transformers import pipeline
3
 
 
 
4
  st.title('Sentiment Analyser')
5
  st.image("https://www.pngall.com/wp-content/uploads/5/Emotion-Transparent.png")
6