Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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(
|
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:
|