This commit is contained in:
markrz12 2023-12-12 21:28:17 +01:00
parent ec7c3861dd
commit 02d712614f

View File

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