mirror of
https://github.com/langflow-ai/langflow.git
synced 2026-07-24 06:10:49 +08:00
fix: Add icon SQLDatabaseComponent (#4756)
* refactor: Add icon to SpiderTool class in spider.py * refactor: Add icon to SQLDatabaseComponent class in sql_database.py * remove langchain icon in spider component
This commit is contained in:
@ -13,6 +13,7 @@ class SQLDatabaseComponent(Component):
|
||||
display_name = "SQLDatabase"
|
||||
description = "SQL Database"
|
||||
name = "SQLDatabase"
|
||||
icon = "LangChain"
|
||||
|
||||
inputs = [
|
||||
StrInput(name="uri", display_name="URI", info="URI to the database.", required=True),
|
||||
|
||||
Reference in New Issue
Block a user