Skip to content

Commit 5cf06b0

Browse files
committed
fix doc
1 parent b2080be commit 5cf06b0

2 files changed

Lines changed: 2 additions & 11 deletions

File tree

docs/files.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,11 +100,7 @@ def process_multiple_images(images: list[ImageFile]):
100100
run(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

docs/lists.md

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,7 @@ def batch_process(
8686
run(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

0 commit comments

Comments
 (0)