Skip to content

Commit

Permalink
update default height
Browse files Browse the repository at this point in the history
  • Loading branch information
lfoppiano committed May 17, 2024
1 parent afa4fb0 commit 007927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamlit_app.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@

st.header("Height and width")
width = st.slider(label="PDF width", min_value=100, max_value=1000, value=700)
height = st.slider(label="PDF height", min_value=-1, max_value=10000, value=1000)
height = st.slider(label="PDF height", min_value=-1, max_value=10000, value=-1)

st.header("Page Selection")
placeholder = st.empty()
Expand Down

0 comments on commit 007927e

Please sign in to comment.