mishtert commited on
Commit
ba71aba
1 Parent(s): fa8201e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -8,8 +8,8 @@ from bs4 import BeautifulSoup
8
  from best_seller import get_items
9
  from pharmap_url import get_link_mapped
10
  from summarize import get_summary_app
11
- from utils.results_utils import get_brief, ReadPDFFile, PopulateDict
12
- from utils.utils import load_image_from_local, local_css, pure_comma_separation, remote_css
13
  from examples import CATEGORY_LIST, LINK_LIST, STUDY_LIST, FILE_LIST
14
 
15
  with open("bestseller.html", "r") as f:
8
  from best_seller import get_items
9
  from pharmap_url import get_link_mapped
10
  from summarize import get_summary_app
11
+ from results_utils import get_brief, ReadPDFFile, PopulateDict
12
+ from utils import load_image_from_local, local_css, pure_comma_separation, remote_css
13
  from examples import CATEGORY_LIST, LINK_LIST, STUDY_LIST, FILE_LIST
14
 
15
  with open("bestseller.html", "r") as f: