Skip to content

Commit 20c442b

Browse files
authored
Update set_page_config snippet (#768)
Reflect most up-to-date usage.
1 parent 7f80f14 commit 20c442b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/library/api/utilities/utilities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ Configures the default settings of the page.
1717

1818
```python
1919
st.set_page_config(
20-
title="My app",
21-
favicon=":shark:",
20+
page_title="My app",
21+
page_icon=":shark:",
2222
)
2323
```
2424

0 commit comments

Comments
 (0)