Skip to content

Commit

Permalink
minor: change default size
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhou committed Apr 11, 2024
1 parent de23a07 commit c9b63b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions code/util/streamlit.py
Original file line number Diff line number Diff line change
Expand Up @@ -623,9 +623,9 @@ def add_dot_property_mapper():
size_mapper_range = slider_wrapper_for_url_query(cols[1],
label="size range",
min_value=0,
max_value=100,
max_value=50,
key='x_y_plot_size_mapper_range',
default=(0, 50),
default=(0, 10),
)

size_mapper_gamma = slider_wrapper_for_url_query(cols[2],
Expand Down

0 comments on commit c9b63b3

Please sign in to comment.