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: