Wisdom882 commited on
Commit
8852ed0
·
1 Parent(s): 35dd4c6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,4 +12,4 @@ if text or result:
12
  out = pipe(text)
13
  st.table(out)
14
  else:
15
- st.error('You did not enter a text, icon="🚨")
 
12
  out = pipe(text)
13
  st.table(out)
14
  else:
15
+ st.error("You did not enter a text", icon="🚨")