Skip to content

Commit

Permalink
Merge pull request #7 from blackary/config-file
Browse files Browse the repository at this point in the history
Fix example app with symlink
  • Loading branch information
blackary authored Nov 16, 2022
2 parents e0f148e + 0c53f3b commit 487e2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .streamlit/pages.toml
2 changes: 1 addition & 1 deletion example_app/streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@

"## Alternative approach, using a config file"

"Contents of .streamlit/pages.toml"
"Contents of `.streamlit/pages.toml`"

st.code(Path(".streamlit/pages.toml").read_text(), language="toml")

Expand Down

0 comments on commit 487e2a9

Please sign in to comment.