Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -359,7 +359,7 @@ def server(input, output, session):
|
|
| 359 |
# Create a date range input for selecting the date range within the selected year
|
| 360 |
return ui.input_date_range("date_id", "Select Date Range",
|
| 361 |
start=f"{int(input.year_input())}-01-01",
|
| 362 |
-
end=f"{int(input.year_input())}-
|
| 363 |
min=f"{int(input.year_input())}-01-01",
|
| 364 |
max=f"{int(input.year_input())}-12-31")
|
| 365 |
@output
|
|
|
|
| 359 |
# Create a date range input for selecting the date range within the selected year
|
| 360 |
return ui.input_date_range("date_id", "Select Date Range",
|
| 361 |
start=f"{int(input.year_input())}-01-01",
|
| 362 |
+
end=f"{int(input.year_input())}-12-31",
|
| 363 |
min=f"{int(input.year_input())}-01-01",
|
| 364 |
max=f"{int(input.year_input())}-12-31")
|
| 365 |
@output
|