adding wifi and setting default to 500px
This commit is contained in:
2
app.py
2
app.py
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user