update app.py
Browse files
app.py
CHANGED
@@ -236,8 +236,8 @@ if file_upload:
|
|
236 |
|
237 |
|
238 |
# Loop through the selected frequency and increment the date
|
239 |
-
while
|
240 |
-
|
241 |
|
242 |
# Store results with dates for aggregation
|
243 |
results_with_dates = []
|
|
|
236 |
|
237 |
|
238 |
# Loop through the selected frequency and increment the date
|
239 |
+
while start_date <= end_date:
|
240 |
+
start_date_str = start_date.strftime('%Y-%m-%d')
|
241 |
|
242 |
# Store results with dates for aggregation
|
243 |
results_with_dates = []
|