From 6a133915de096584f4112be46f89c3dab9ac3a35 Mon Sep 17 00:00:00 2001 From: Alena Astrakhantseva Date: Fri, 13 Dec 2024 15:35:23 +0100 Subject: [PATCH] Update docs/website/docs/tutorial/load-data-from-an-api.md --- docs/website/docs/tutorial/load-data-from-an-api.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/website/docs/tutorial/load-data-from-an-api.md b/docs/website/docs/tutorial/load-data-from-an-api.md index 4825c50fe3..93c6d819b8 100644 --- a/docs/website/docs/tutorial/load-data-from-an-api.md +++ b/docs/website/docs/tutorial/load-data-from-an-api.md @@ -90,7 +90,7 @@ print(table.df()) print(table.limit(10).arrow()) ``` -### Explore the data in streamlit +### Explore data in Streamlit To allow a sneak peek and basic discovery, you can take advantage of [built-in integration with Streamlit](../reference/command-line-interface#show-tables-and-data-in-the-destination):