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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ result = st.button("or click here")
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
  else:
16
  st.error("You did not enter a text", icon="🚨")
 
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="🚨")