cools commited on
Commit
19729fa
·
1 Parent(s): fd67634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ if run:
37
  Scraper.download_loc(loc_link)
38
  ImageProcessor.process_file('PDF Cases/Temp')
39
  TextProcessor.process_file('PDF Cases/Temp')
40
- Tagger.process_file('PDF Cases/Temp')
41
 
42
 
43
  cols = st.columns(4)
 
37
  Scraper.download_loc(loc_link)
38
  ImageProcessor.process_file('PDF Cases/Temp')
39
  TextProcessor.process_file('PDF Cases/Temp')
40
+ Tagger.process_file('PDF Cases/Temp', draw=True)
41
 
42
 
43
  cols = st.columns(4)