Skip to content

Commit

Permalink
Merge pull request #100 from Proteobench/Make-webpage-wide-layout
Browse files Browse the repository at this point in the history
Update DDA_Quant.py
  • Loading branch information
scaramonche authored Sep 25, 2023
2 parents 6cc62ea + f6fa680 commit a8a3102
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions webinterface/pages/DDA_Quant.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ def __init__(self):
st.set_page_config(
page_title="Proteobench web server",
page_icon=":rocket:",
layout="centered",
initial_sidebar_state="expanded",
layout="wide",
initial_sidebar_state="expanded"
)
if SUBMIT not in st.session_state:
st.session_state[SUBMIT] = False
Expand Down

0 comments on commit a8a3102

Please sign in to comment.