Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Aug 26, 2024
1 parent 4b00fad commit 06214c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions example_app/example_four.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import streamlit as st

from st_pages import hide_pages

st.write("This is just a sample page!")
Expand Down
1 change: 1 addition & 0 deletions example_app/example_one.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from pathlib import Path

import streamlit as st

from st_pages import add_page_title, get_nav_from_toml

st.write("`streamlit_app.py` contents:")
Expand Down
1 change: 1 addition & 0 deletions example_app/streamlit_app.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
import streamlit as st

from st_pages import add_page_title, get_nav_from_toml

st.set_page_config(layout="wide")
Expand Down

0 comments on commit 06214c8

Please sign in to comment.