Skip to content

Commit

Permalink
Merge pull request #123 from suleman1412/suleman1412/wide-plots
Browse files Browse the repository at this point in the history
Update page configuration for Streamlit app
  • Loading branch information
peterdudfield authored Mar 25, 2024
2 parents 80198a4 + 7d42b8b commit 37e442b
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 37e442b

Please sign in to comment.