Update app.py
Browse files
app.py
CHANGED
|
@@ -14,7 +14,7 @@ page = st.slider('Page', 0, 1200, 1)
|
|
| 14 |
run = st.button("Run")
|
| 15 |
if run:
|
| 16 |
with st.spinner("Downloading"):
|
| 17 |
-
loc_link = 'https://tile.loc.gov/storage-services/service/ll/usrep/usrep' + str(volume)'/usrep' + str(volume) + str(page)+'/usrep' + str(volume) + str(page)+'.pdf'
|
| 18 |
Scraper.download_loc(loc_link)
|
| 19 |
Manager.run('Temp')
|
| 20 |
# file = open("PDF Cases/Temp/processed.pkl",'rb')
|
|
|
|
| 14 |
run = st.button("Run")
|
| 15 |
if run:
|
| 16 |
with st.spinner("Downloading"):
|
| 17 |
+
loc_link = 'https://tile.loc.gov/storage-services/service/ll/usrep/usrep' + str(volume) + '/usrep' + str(volume) + str(page) +'/usrep' + str(volume) + str(page) +'.pdf'
|
| 18 |
Scraper.download_loc(loc_link)
|
| 19 |
Manager.run('Temp')
|
| 20 |
# file = open("PDF Cases/Temp/processed.pkl",'rb')
|