From bc58e87f4b2e1e098bbc87d4017f451cb96830d2 Mon Sep 17 00:00:00 2001 From: Hana Hanova Date: Fri, 1 Nov 2024 15:42:52 +0100 Subject: [PATCH] Update index.md --- components/data-apps/general-design-guide/index.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/components/data-apps/general-design-guide/index.md b/components/data-apps/general-design-guide/index.md index 4c787122..30a3ef4c 100644 --- a/components/data-apps/general-design-guide/index.md +++ b/components/data-apps/general-design-guide/index.md @@ -64,13 +64,14 @@ Set the `ttl` parameter based on your app's needs. ### Info Panel -{: .image-popup} -![Screenshot - Info Panel](/components/data-apps/general-design-guide/pic2.png) +{% include tip.html title="" content=" +Select the table you want to edit. If the data is not up to date, click the Reload Data button. The data freshness is displayed in the right corner. +" %} Use `st.info` to provide helpful context or instructions to users. ``` -st.info('Select the table you want to edit. If the data is not up-to-data, click on the Reload Data button. Data freshness is displayed in the right corner.', icon="ℹ️") +st.info('Select the table you want to edit. If the data is not up to date, click the Reload Data button. The data freshness is displayed in the right corner.', icon="ℹ️") ``` ### Hide Anchor Links