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, and a subset of the mtcars dataset with automobile specifications.",
42
+
data_description="This database contains the famous iris flower dataset with measurements of sepal and petal dimensions across three species (setosa, versicolor, and virginica).",
48
43
extra_instructions="When showing results, always explain what the data represents and highlight any interesting patterns you observe."
49
44
)
50
45
@@ -58,11 +53,11 @@ ui <- page_sidebar(
58
53
h3("Current SQL Query"),
59
54
verbatimTextOutput("sql_query"),
60
55
br(),
61
-
h3("Available Tables"),
56
+
h3("Dataset Information"),
62
57
p("This demo database contains:"),
63
58
tags$ul(
64
59
tags$li("iris - Famous iris flower dataset (150 rows, 5 columns)"),
65
-
tags$li("mtcars - Motor car specifications (20 rows, 11 columns)")
0 commit comments