sifujohn commited on
Commit
0d1fa79
β€’
1 Parent(s): db73f9e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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