Archan commited on
Commit
d7a1caa
·
1 Parent(s): da3dd8d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ if paper:
43
  pgs = [i+1 for i in range(tpages)]
44
 
45
  with st.form(key = "page_form"):
46
- col1, col2 = st.columns(3)
47
  with col1:
48
  start_page = st.selectbox(label = "Start Page", options = pgs)
49
  with col2:
 
43
  pgs = [i+1 for i in range(tpages)]
44
 
45
  with st.form(key = "page_form"):
46
+ col1, col2 = st.columns(2)
47
  with col1:
48
  start_page = st.selectbox(label = "Start Page", options = pgs)
49
  with col2: