Spaces:
Build error
Build error
pgzmnk
commited on
Commit
·
ffea2b9
1
Parent(s):
83c7368
Cleanup constants.
Browse files
app.py
CHANGED
@@ -10,7 +10,6 @@ import yaml
|
|
10 |
|
11 |
|
12 |
# Define constants
|
13 |
-
MD_SERVICE_TOKEN = "md_service_token.txt"
|
14 |
DATE = "2020-01-01"
|
15 |
YEAR = 2020
|
16 |
LOCATION = [-74.653370, 5.845328]
|
|
|
10 |
|
11 |
|
12 |
# Define constants
|
|
|
13 |
DATE = "2020-01-01"
|
14 |
YEAR = 2020
|
15 |
LOCATION = [-74.653370, 5.845328]
|