Spaces:
Sleeping
Sleeping
YasirAbdali
commited on
Commit
•
3c97d9a
1
Parent(s):
4ab991c
Update app.py
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
from transformers import pipeline
|
2 |
-
import streamlit as
|
3 |
|
4 |
pipe=pipeline("sentiment-analysis")
|
5 |
text=st.text_area("Enter text")
|
|
|
1 |
from transformers import pipeline
|
2 |
+
import streamlit as st
|
3 |
|
4 |
pipe=pipeline("sentiment-analysis")
|
5 |
text=st.text_area("Enter text")
|