Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,9 +1,10 @@
|
|
1 |
#import necessary libraries
|
|
|
2 |
import streamlit as st
|
3 |
from transformers import pipeline
|
4 |
|
5 |
#give a title to app
|
6 |
-
name = st.title ('Check the sentiment of your email before sending it outππππβ€οΈ')
|
7 |
|
8 |
#buidling a sentiment pipeline
|
9 |
|
|
|
1 |
#import necessary libraries
|
2 |
+
|
3 |
import streamlit as st
|
4 |
from transformers import pipeline
|
5 |
|
6 |
#give a title to app
|
7 |
+
name = st.title ('Check the sentiment of your words/email before sending it outππππβ€οΈ')
|
8 |
|
9 |
#buidling a sentiment pipeline
|
10 |
|