fix: removed file uploaded successfully message when no file is picked, fixed nvidia ingest message (#7441)
* Removed msg from nvidia_ingest * Added default file picker timeout * Use bigger timeout for file picker * Added condition to only say that file was uploaded successfully if there are files
This commit is contained in:
parent
73302a0a1d
commit
ced8d6d8e5
4 changed files with 17 additions and 10 deletions
|
|
@ -24,7 +24,7 @@ class NvidiaIngestComponent(Component):
|
|||
"NVIDIA Ingest dependencies missing. "
|
||||
"Please install them using your package manager. (e.g. uv pip install langflow[nv-ingest])"
|
||||
)
|
||||
file_types = [msg]
|
||||
file_types = []
|
||||
supported_file_types_info = msg
|
||||
|
||||
inputs = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue