File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -100,11 +100,7 @@ def process_multiple_images(images: list[ImageFile]):
100100run(process_multiple_images)
101101```
102102
103- ** UI Features:**
104- - Select multiple files from the same folder at once
105- - Click the ** +** button to add more files from other folders
106- - Remove individual files with the ** ×** button
107- - See all file names and sizes before uploading
103+ Click the ** +** button to add more files from other folders
108104
109105## Automatic Upload Cleanup
110106
Original file line number Diff line number Diff line change @@ -86,12 +86,7 @@ def batch_process(
8686run(batch_process)
8787```
8888
89- ** Features:**
90- - Select multiple files from one folder at once
91- - Click ** "+"** button to add more files from other folders
92- - Remove individual files with ** ×** button
93- - See file names and sizes in real-time
94- - ** File lists** can be combined with constraints using ` Field(min_length=..., max_length=...) `
89+ Click ** "+"** button to add more files from other folders
9590
9691</div >
9792
You can’t perform that action at this time.
0 commit comments