From af5c10ac7bf8fd116fdb72382602d82ce617a707 Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:43:11 -0400
Subject: [PATCH 01/11] Update playground.mdx
---
docs/sdk/playground.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sdk/playground.mdx b/docs/sdk/playground.mdx
index 8fb4cf5b6..c17854413 100644
--- a/docs/sdk/playground.mdx
+++ b/docs/sdk/playground.mdx
@@ -20,7 +20,7 @@ The `playground` function allows you to create an interactive SQL playground wit
@@ -89,4 +89,4 @@ The playground component:
## Related Functions
- `query()`: Executes SQL queries directly
-- `get_df()`: Retrieves full datasets
\ No newline at end of file
+- `get_df()`: Retrieves full datasets
From 9fbbf16a9f3b0161c5819671940e2b5ee289728d Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:43:29 -0400
Subject: [PATCH 02/11] Update alert.mdx
---
docs/sdk/alert.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/alert.mdx b/docs/sdk/alert.mdx
index 9caac9a88..10d4947d7 100644
--- a/docs/sdk/alert.mdx
+++ b/docs/sdk/alert.mdx
@@ -19,7 +19,7 @@ The `alert` function adds an alert notification to your app.
From 7befc1150c7a15846ae045c559a5709782fc580b Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:43:56 -0400
Subject: [PATCH 03/11] Update checkbox.mdx
---
docs/sdk/checkbox.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/checkbox.mdx b/docs/sdk/checkbox.mdx
index 0d85bf734..7d2513512 100644
--- a/docs/sdk/checkbox.mdx
+++ b/docs/sdk/checkbox.mdx
@@ -19,7 +19,7 @@ The `checkbox` function adds an interactive check box to your app.
From cc821afc917e0312e54c36fcd02a794ccc49900b Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:44:35 -0400
Subject: [PATCH 04/11] Update plotly.mdx
---
docs/sdk/plotly.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/plotly.mdx b/docs/sdk/plotly.mdx
index e3131ffc4..0be67aa38 100644
--- a/docs/sdk/plotly.mdx
+++ b/docs/sdk/plotly.mdx
@@ -18,7 +18,7 @@ The `plotly` function allows you to embed interactive Plotly charts into your ap
From 51b8151f004dd63dd7295bc2264408008782842e Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:44:59 -0400
Subject: [PATCH 05/11] Update progress.mdx
---
docs/sdk/progress.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sdk/progress.mdx b/docs/sdk/progress.mdx
index 0c2bc029b..27c3ce075 100644
--- a/docs/sdk/progress.mdx
+++ b/docs/sdk/progress.mdx
@@ -19,7 +19,7 @@ The `progress` function adds a progress/work done indicator to your app.
@@ -44,4 +44,4 @@ for i in range(10):
# Update progress as work is done
progress(label="Processing Files", value=i * 10)
time.sleep(0.5) # Simulate work being done
-```
\ No newline at end of file
+```
From afb314a69c590c4de6b7d263d763ea424d1f1ae2 Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:45:26 -0400
Subject: [PATCH 06/11] Update selectbox.mdx
---
docs/sdk/selectbox.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/selectbox.mdx b/docs/sdk/selectbox.mdx
index 3c8f2bb0d..51415cbfe 100644
--- a/docs/sdk/selectbox.mdx
+++ b/docs/sdk/selectbox.mdx
@@ -25,7 +25,7 @@ The `selectbox` function creates a dropdown menu in your app, allowing users to
From 5904edf50e83337dc49ca11120eeb27adbfdf77b Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:46:02 -0400
Subject: [PATCH 07/11] Update sidebar.mdx
---
docs/sdk/sidebar.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/sidebar.mdx b/docs/sdk/sidebar.mdx
index 5106a3dc7..f57874029 100644
--- a/docs/sdk/sidebar.mdx
+++ b/docs/sdk/sidebar.mdx
@@ -26,7 +26,7 @@ The `sidebar` function adds a sidebar to your app, optionally allowing you to cu
From 07992fe9a980702fae81e9d24ff27b28751fdeed Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:46:20 -0400
Subject: [PATCH 08/11] Update slider.mdx
---
docs/sdk/slider.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/slider.mdx b/docs/sdk/slider.mdx
index 3d7bcaede..897ed2f4c 100644
--- a/docs/sdk/slider.mdx
+++ b/docs/sdk/slider.mdx
@@ -29,7 +29,7 @@ The `slider` function adds an interactive slider to your app, enabling users to
From c38ad756b6d1c169a023102de6a31e53e73b2297 Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:46:40 -0400
Subject: [PATCH 09/11] Update table.mdx
---
docs/sdk/table.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/table.mdx b/docs/sdk/table.mdx
index 00fda857f..0c351b248 100644
--- a/docs/sdk/table.mdx
+++ b/docs/sdk/table.mdx
@@ -19,7 +19,7 @@ The `table` function provides an easy way to display datasets in an interactive
From 50e904f75cc08612fe875df6584e4fde2497605a Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:46:59 -0400
Subject: [PATCH 10/11] Update topbar.mdx
---
docs/sdk/topbar.mdx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/sdk/topbar.mdx b/docs/sdk/topbar.mdx
index f3e3850e4..2515986a5 100644
--- a/docs/sdk/topbar.mdx
+++ b/docs/sdk/topbar.mdx
@@ -34,7 +34,7 @@ This will add the topbar to your app:
-
\ No newline at end of file
+
From 34b81cd1433ff4e75ef00cad4ed0f51b469569da Mon Sep 17 00:00:00 2001
From: arnie <104784101+arnavpatel82@users.noreply.github.com>
Date: Tue, 6 May 2025 20:47:25 -0400
Subject: [PATCH 11/11] Update workflow_dag.mdx
---
docs/sdk/workflow_dag.mdx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/sdk/workflow_dag.mdx b/docs/sdk/workflow_dag.mdx
index ccbb145ad..d3183a465 100644
--- a/docs/sdk/workflow_dag.mdx
+++ b/docs/sdk/workflow_dag.mdx
@@ -18,7 +18,7 @@ The `workflow_dag` function renders a Directed Acyclic Graph (DAG) visualization