neptoon.interface
neptoon_gui_utils¶
Functions:
save_uploaded_file ¶
Save uploaded file to a temporary location.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
uploaded_file
|
StreamlitUploadedFile
|
The uploaded file from Streamlit |
required |
Returns:
| Type | Description |
|---|---|
Path
|
Path to the saved temporary file |