From 8fcc348b3d62f07501fd81e3872d687cad96bab5 Mon Sep 17 00:00:00 2001 From: iontalp Date: Sun, 9 Aug 2026 05:34:09 +0200 Subject: [PATCH] =?UTF-8?q?deploy=20testi=20i=C3=A7in=20minik=20bi=C5=9Fey?= =?UTF-8?q?.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/app.py b/app.py index 16d2016..eb9d58f 100644 --- a/app.py +++ b/app.py @@ -16,6 +16,8 @@ name = st.text_input("Adınızı girin:") if name: st.success(f"Harika! Hoş geldin **{name}**, sistem tıkır tıkır çalışıyor! 🎉") +st.divider() + st.metric(label="Sunucu Durumu", value="Aktif / Online", delta="100% Uptime") if st.button("Bir mesaj bırak"):