pgzmnk commited on
Commit
7732544
1 Parent(s): 3683a4c

Remove YEAR and DATE constants.

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -5,8 +5,6 @@ from utils.gradio import get_window_url_params
5
  from utils.indicators import IndexGenerator
6
 
7
  # Define constants
8
- DATE = "2020-01-01"
9
- YEAR = 2020
10
  LOCATION = [-74.653370, 5.845328]
11
  ROI_RADIUS = 20000
12
  INDICES_FILE = "indices.yaml"
 
5
  from utils.indicators import IndexGenerator
6
 
7
  # Define constants
 
 
8
  LOCATION = [-74.653370, 5.845328]
9
  ROI_RADIUS = 20000
10
  INDICES_FILE = "indices.yaml"