Wisdom882 commited on
Commit
1697ee9
·
1 Parent(s): e7fb57f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  pipe = pipeline('sentiment-analysis')
5
 
6
  st.title("Sentiment Analysis")
7
- st.markdown('This text is :red[colored red], and this is **:blue[colored]** and bold.')
8
  st.write("""##### This demo identifies the emotional tone behind a body of text. :sunglasses:""")
9
  text = st.text_area('Enter some text in the box below!')
10
 
 
4
  pipe = pipeline('sentiment-analysis')
5
 
6
  st.title("Sentiment Analysis")
7
+ st.markdown(":green[$\sqrt{x^2+y^2}=1$] is a Pythagorean identity. :pencil:")
8
  st.write("""##### This demo identifies the emotional tone behind a body of text. :sunglasses:""")
9
  text = st.text_area('Enter some text in the box below!')
10