fix: Update file component description for accuracy (#8960)
* fix: Update file component description for accuracy * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
parent
a0e484c0eb
commit
8f315a29bc
5 changed files with 5 additions and 5 deletions
|
|
@ -15,7 +15,7 @@ class FileComponent(BaseFileComponent):
|
|||
"""
|
||||
|
||||
display_name = "File"
|
||||
description = "Loads content from one or more files as a DataFrame."
|
||||
description = "Loads content from one or more files."
|
||||
documentation: str = "https://docs.langflow.org/components-data#file"
|
||||
icon = "file-text"
|
||||
name = "File"
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue