From 540735cc1a34d90818668d4b77d0cba71ea65a45 Mon Sep 17 00:00:00 2001 From: Michael Schapira - krilin Date: Wed, 12 Nov 2025 22:00:24 -0500 Subject: [PATCH] adding wifi and setting default to 500px --- app.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app.py b/app.py index 884a024..48494a1 100644 --- a/app.py +++ b/app.py @@ -63,7 +63,7 @@ def main(): target_size = st.select_slider( "Resolution", options=[500, 1000, 2000, 4000], - value=2000, # Default to High + value=500, # Default to High format_func=lambda x: resolution_labels[x] ) else: