nesticot commited on
Commit
d64a52f
·
verified ·
1 Parent(s): 8277793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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())}-03-31",
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