Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -14,4 +14,4 @@ if text or result:
|
|
| 14 |
st.success('Nice one, you can enter another text!', icon="✅")
|
| 15 |
st.balloons()
|
| 16 |
else:
|
| 17 |
-
st.error("You did not enter a text", icon="🚨"
|
|
|
|
| 14 |
st.success('Nice one, you can enter another text!', icon="✅")
|
| 15 |
st.balloons()
|
| 16 |
else:
|
| 17 |
+
st.error("You did not enter a text", icon="🚨")
|