Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=
|
| 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=170):
|
| 397 |
source_volumes = {}
|
| 398 |
adjusted_sources = []
|
| 399 |
|