Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -173,3 +173,4 @@ async def upload_file(
|
|
173 |
print(f"quantity {[box_data[i]['quantity'] for i in range(len(box_data))]}")
|
174 |
|
175 |
return {"boxes": box_data}
|
|
|
|
173 |
print(f"quantity {[box_data[i]['quantity'] for i in range(len(box_data))]}")
|
174 |
|
175 |
return {"boxes": box_data}
|
176 |
+
|