Wisdom882 commited on
Commit
d0fde02
·
1 Parent(s): 3fb72d2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ result = st.button("or click here")
11
  if text or result:
12
  out = pipe(text)
13
  st.table(out)
14
- st.write(out.label)
15
  st.success('Nice one, you can enter another text!', icon="✅")
 
16
  else:
17
  st.error("You did not enter a text", icon="🚨")
 
11
  if text or result:
12
  out = pipe(text)
13
  st.table(out)
 
14
  st.success('Nice one, you can enter another text!', icon="✅")
15
+ st.balloons()
16
  else:
17
  st.error("You did not enter a text", icon="🚨")