Wisdom882 commited on
Commit
140eb8d
·
1 Parent(s): 43b6f46

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -6
app.py CHANGED
@@ -5,13 +5,9 @@ pipe = pipeline('sentiment-analysis')
5
 
6
  st.title("Sentiment Analysis")
7
  st.write("""
8
- #This demo shows the truthy or falsy values of text
9
 
10
- | Tables | Are | Cool |
11
- | ------------- |:-------------:| -----:|
12
- | col 3 is | right-aligned | $1600 |
13
- | col 2 is | centered | $12 |
14
- | zebra stripes | are neat | $1 |
15
 
16
  """)
17
  text = st.text_area('Enter some text in the box below!')
 
5
 
6
  st.title("Sentiment Analysis")
7
  st.write("""
8
+ # This demo shows the truthy or falsy values of text
9
 
10
+
 
 
 
 
11
 
12
  """)
13
  text = st.text_area('Enter some text in the box below!')