wenjun99 commited on
Commit
30ed2c9
·
verified ·
1 Parent(s): 2dd1657

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -393,7 +393,7 @@ with tab5:
393
  st.header("Decode Binary Labels to String")
394
 
395
  # Utility: Track source volumes and update if exceeds limit
396
- def track_and_replace_source(source_list, robot_script, volume_limit=170):
397
  source_volumes = {}
398
  adjusted_sources = []
399
 
 
393
  st.header("Decode Binary Labels to String")
394
 
395
  # Utility: Track source volumes and update if exceeds limit
396
+ def track_and_replace_source(source_list, robot_script, volume_limit=150):
397
  source_volumes = {}
398
  adjusted_sources = []
399