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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,6 +9,6 @@ st.write("""##### This demo identifies the emotional tone behind a body of text.
9
  text = st.text_area('Enter some text in the box below!')
10
 
11
  result = st.button("or click here")
12
- if text || result:
13
  out = pipe(text)
14
  st.table(out)
 
9
  text = st.text_area('Enter some text in the box below!')
10
 
11
  result = st.button("or click here")
12
+ if text or result:
13
  out = pipe(text)
14
  st.table(out)