diff --git a/app.py b/app.py index eb9d58f..fa38033 100644 --- a/app.py +++ b/app.py @@ -21,5 +21,5 @@ st.divider() st.metric(label="Sunucu Durumu", value="Aktif / Online", delta="100% Uptime") if st.button("Bir mesaj bırak"): - st.balloons() + st.snow() st.info("Test mesajı tetiklendi!") \ No newline at end of file