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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,5 +11,5 @@ 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
+ else:
15
  st.error('You did not enter a text, icon="🚨")