This commit is contained in:
markrz12 2023-12-12 21:28:17 +01:00
parent ec7c3861dd
commit 02d712614f
1 changed files with 2 additions and 4 deletions

View File

@ -24,10 +24,8 @@ class State(rx.State):
# The images to show.
img: list[str] = []
async def handle_upload(self, files: list[rx.UploadFile]):
"""Handle the upload of file(s).
Args:
files: The uploaded files.
"""