Skip to content

Commit

Permalink
Update page configuration for Streamlit app
Browse files Browse the repository at this point in the history
  • Loading branch information
pwd_root committed Mar 25, 2024
1 parent 80198a4 commit 7d42b8b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
from nwp_page import nwp_page

st.get_option("theme.primaryColor")
st.set_page_config(layout="centered", page_title="OCF Dashboard")
st.set_page_config(layout="wide", page_title="OCF Dashboard")

show_pvnet_gsp_sum = os.getenv("SHOW_PVNET_GSP_SUM", "False").lower() == "true"

Expand Down
2 changes: 1 addition & 1 deletion src/main_india.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from status import status_page

st.get_option("theme.primaryColor")
st.set_page_config(layout="centered", page_title="OCF Dashboard")
st.set_page_config(layout="wide", page_title="OCF Dashboard")

if check_password():

Expand Down

0 comments on commit 7d42b8b

Please sign in to comment.