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:
Eric Hare 2025-07-09 16:34:53 -07:00 committed by GitHub
commit 8f315a29bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 5 additions and 5 deletions

View file

@ -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