elfsong commited on
Commit ·
643c3a3
1
Parent(s): 7d96992
Update
Browse files
app.py
CHANGED
|
@@ -78,5 +78,5 @@ for member in committee.members:
|
|
| 78 |
|
| 79 |
# Final Decision
|
| 80 |
st.header("Final Decision")
|
| 81 |
-
st.text(f'Given the voting result, the motion has been' + "Passed" if all(vote_results) else "Rejected" + "!")
|
| 82 |
st.balloons()
|
|
|
|
| 78 |
|
| 79 |
# Final Decision
|
| 80 |
st.header("Final Decision")
|
| 81 |
+
st.text(f'Given the voting result, the motion has been ' + "Passed ✅" if all(vote_results) else "Rejected" + "! 🚫")
|
| 82 |
st.balloons()
|