YashMK89 commited on
Commit
2ea60b1
·
verified ·
1 Parent(s): 1107215

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -952,7 +952,7 @@ if st.button(f"Calculate {custom_formula}"):
952
  kernel_size,
953
  include_boundary,
954
  tile_cloud_threshold=tile_cloud_threshold if "tile_cloud_threshold" in locals() else 0,
955
- pixel_cloud_threshold=pixel_cloud_threshold if "pixel_cloud_threshold" in locals() else 0
956
  user_scale=user_scale
957
  )
958
  if results:
 
952
  kernel_size,
953
  include_boundary,
954
  tile_cloud_threshold=tile_cloud_threshold if "tile_cloud_threshold" in locals() else 0,
955
+ pixel_cloud_threshold=pixel_cloud_threshold if "pixel_cloud_threshold" in locals() else 0,
956
  user_scale=user_scale
957
  )
958
  if results: