Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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="🚨")
|