Spaces:
Runtime error
Runtime error
Commit
·
43f6f15
1
Parent(s):
49ebb98
Update app.py
Browse files
app.py
CHANGED
@@ -118,7 +118,8 @@ crop_coords = col-radius, row-radius, col+radius+1, row+radius+1
|
|
118 |
|
119 |
# Get Data
|
120 |
results,files=get_data(start_date,end_date)
|
121 |
-
|
|
|
122 |
try:
|
123 |
max_values = np.max(np.array([i[1] for i in results]), axis=0)*0.0393701
|
124 |
except:
|
|
|
118 |
|
119 |
# Get Data
|
120 |
results,files=get_data(start_date,end_date)
|
121 |
+
pd.DataFrame(files)
|
122 |
+
|
123 |
try:
|
124 |
max_values = np.max(np.array([i[1] for i in results]), axis=0)*0.0393701
|
125 |
except:
|