Refactor BSHTMLLoaderComponent class in BSHTMLLoader.py

This commit is contained in:
carlosrcoelho 2024-01-09 19:34:30 -03:00
commit 5087a503f2

View file

@ -17,12 +17,13 @@ class BSHTMLLoaderComponent(CustomComponent):
"type": "file",
"suffixes": [".html"],
"file_types": ["html"],
"field_type": "file",
},
"metadata": {
"display_name": "Metadata",
"required": False,
"show": True,
"type": "dict",
"field_type": "dict",
},
}