Wisdom882 commited on
Commit
2e3c654
·
1 Parent(s): 8852ed0

Update app.py

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