Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -11,7 +11,7 @@ result = st.button("or click here")
|
|
| 11 |
if text or result:
|
| 12 |
out = pipe(text)
|
| 13 |
st.table(out)
|
| 14 |
-
st.write(out.label)
|
| 15 |
st.success('Nice one, you can enter another text!', icon="✅")
|
|
|
|
| 16 |
else:
|
| 17 |
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 |
+
st.balloons()
|
| 16 |
else:
|
| 17 |
st.error("You did not enter a text", icon="🚨")
|