Skip to content

Commit

Permalink
Update index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hhanova authored Nov 1, 2024
1 parent 243855d commit bc58e87
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions components/data-apps/general-design-guide/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bc58e87

Please sign in to comment.