feat/ai-chat: Add core components for Database chat #5

Merged
quadfaselt merged 5 commits from feat/ai-chat into main 2024-09-03 13:38:24 +00:00
Showing only changes of commit 2c83ad2ee5 - Show all commits

View File

@@ -203,6 +203,13 @@ def get_layout() -> html.Div:
"Direkte SQL-Abfrage", "Direkte SQL-Abfrage",
style={"margin-left": "20px", "margin-top": "50px", "font-size": 24}, style={"margin-left": "20px", "margin-top": "50px", "font-size": 24},
), # SQL Header ), # SQL Header
html.Div(
(
"Hier kann der ausgegebene SQL-Code getestet oder mit selbst"
"geschriebenen Code verglichen werden."
),
style={"margin-left": "20px", "font-weight": "bold", "font-size": "16px"},
),
dcc.Textarea( dcc.Textarea(
id="sql-input-field", id="sql-input-field",
value="(Microsoft) SQL-Abfrage eingeben...", value="(Microsoft) SQL-Abfrage eingeben...",