diff --git a/app.py b/app.py index bd4a0c1..f284aed 100644 --- a/app.py +++ b/app.py @@ -33,8 +33,8 @@ TEAMS = sorted(set(PARTICIPANTS.values())) if PARTICIPANTS else [ CATEGORIES = [ ("fun_team", "πŸŽ‰ μž¬λ―Έμƒ", "손선풍기 5개"), - ("polish_team", "πŸ† 완성도상", "팜레슀트 5개"), - ("utility_team", "πŸ›  μ‹€μš©μ„±μƒ", "μ–‘μš°μ‚° 5개"), + ("polish_team", "πŸ† 완성도상", "μ–‘μš°μ‚° 5개"), + ("utility_team", "πŸ›  μ‹€μš©μ„±μƒ", "팜레슀트 5개"), ] @@ -310,7 +310,7 @@ def render_ceremony(): st.rerun() elif step > len(results): - st.markdown('
🎊 λͺ¨λ“  μ‹œμƒ μ™„λ£Œ 🎊
', unsafe_allow_html=True) + st.markdown('
μˆ˜κ³ ν•˜μ…¨μŠ΅λ‹ˆλ‹€!
', unsafe_allow_html=True) st.balloons() st.snow() if st.button("처음으둜", use_container_width=True):