Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -45,6 +45,10 @@ if paper:
|
|
45 |
tpages = len(list(extract_pages(name)))
|
46 |
print("total pages=", tpages)
|
47 |
pgs = [i+1 for i in range(tpages)]
|
|
|
|
|
|
|
|
|
48 |
with st.form(key = "page_form"):
|
49 |
col1, col2 = st.columns(2)
|
50 |
with col1:
|
|
|
45 |
tpages = len(list(extract_pages(name)))
|
46 |
print("total pages=", tpages)
|
47 |
pgs = [i+1 for i in range(tpages)]
|
48 |
+
|
49 |
+
start_page = 1
|
50 |
+
start_end = 2
|
51 |
+
|
52 |
with st.form(key = "page_form"):
|
53 |
col1, col2 = st.columns(2)
|
54 |
with col1:
|