LiangLabUMB commited on
Commit
17fdd27
·
verified ·
1 Parent(s): 90297a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -475,8 +475,8 @@ with gr.Blocks(
475
 
476
  max_size_slider1 = gr.Slider(
477
  minimum=0,
478
- maximum=500,
479
- value=500,
480
  step=10,
481
  label="Maximum Cell Size (pixels)",
482
  )
 
475
 
476
  max_size_slider1 = gr.Slider(
477
  minimum=0,
478
+ maximum=1000,
479
+ value=1000,
480
  step=10,
481
  label="Maximum Cell Size (pixels)",
482
  )