Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -12,17 +12,16 @@ import zipfile
|
|
12 |
|
13 |
EXCLUDED_FILES = ['app.py', 'requirements.txt', 'pre-requirements.txt', 'packages.txt', 'README.md','.gitattributes', "backup.py","Dockerfile"]
|
14 |
URLS = {
|
15 |
-
"
|
16 |
-
"
|
17 |
-
"
|
18 |
-
"
|
19 |
-
"
|
20 |
-
"
|
21 |
-
"
|
22 |
-
"
|
23 |
-
"
|
24 |
-
"
|
25 |
-
"John Lennon": "https://www.ultimate-guitar.com/search.php?search_type=title&value=John%20Lennon",
|
26 |
}
|
27 |
|
28 |
if not os.path.exists("history.json"):
|
|
|
12 |
|
13 |
EXCLUDED_FILES = ['app.py', 'requirements.txt', 'pre-requirements.txt', 'packages.txt', 'README.md','.gitattributes', "backup.py","Dockerfile"]
|
14 |
URLS = {
|
15 |
+
"National Library of Medicine": "https://www.nlm.nih.gov/",
|
16 |
+
"World Health Organization": "https://www.who.int/",
|
17 |
+
"UHCProvider - United Health and Optum": "https://www.uhcprovider.com/",
|
18 |
+
"CMS - Centers for Medicare & Medicaid Services": "https://www.cms.gov/",
|
19 |
+
"Mayo Clinic": "https://www.mayoclinic.org/",
|
20 |
+
"WebMD": "https://www.webmd.com/",
|
21 |
+
"MedlinePlus": "https://medlineplus.gov/",
|
22 |
+
"Healthline": "https://www.healthline.com/",
|
23 |
+
"CDC - Centers for Disease Control and Prevention": "https://www.cdc.gov/",
|
24 |
+
"Johns Hopkins Medicine": "https://www.hopkinsmedicine.org/"
|
|
|
25 |
}
|
26 |
|
27 |
if not os.path.exists("history.json"):
|