You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
data_description="This database contains the famous iris flower dataset with measurements of sepal and petal dimensions across three species (setosa, versicolor, and virginica).",
45
+
data_description="This database contains the Palmer Penguins dataset with measurements of bill dimensions, flipper length, body mass, sex, and species (Adelie, Chinstrap, and Gentoo) collected from three islands in the Palmer Archipelago, Antarctica.",
46
46
extra_instructions="When showing results, always explain what the data represents and highlight any interesting patterns you observe."
47
47
)
48
48
49
49
ui<- page_sidebar(
50
50
title="Database Query Chat",
51
51
sidebar= querychat_sidebar("chat"),
52
+
52
53
h2("Current Data View"),
53
54
p(
54
55
"The table below shows the current filtered data based on your chat queries:"
55
56
),
56
57
DT::DTOutput("data_table", fill=FALSE),
57
-
br(),
58
-
h3("Current SQL Query"),
58
+
59
+
h2("Current SQL Query"),
59
60
verbatimTextOutput("sql_query"),
60
-
br(),
61
-
h3("Dataset Information"),
61
+
62
+
h2("Dataset Information"),
62
63
p("This demo database contains:"),
63
64
tags$ul(
64
-
tags$li("iris - Famous iris flower dataset (150 rows, 5 columns)"),
0 commit comments