adding wifi and setting default to 500px

This commit is contained in:
2025-11-12 22:00:24 -05:00
parent e268604abb
commit 540735cc1a

2
app.py
View File

@@ -63,7 +63,7 @@ def main():
target_size = st.select_slider( target_size = st.select_slider(
"Resolution", "Resolution",
options=[500, 1000, 2000, 4000], options=[500, 1000, 2000, 4000],
value=2000, # Default to High value=500, # Default to High
format_func=lambda x: resolution_labels[x] format_func=lambda x: resolution_labels[x]
) )
else: else: