sikeaditya commited on
Commit
d6a210f
·
verified ·
1 Parent(s): bce948a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -468,7 +468,7 @@ def index():
468
  states = []
469
 
470
  try:
471
- return render_template('index.html',
472
  states=states,
473
  today=datetime.today().strftime('%Y-%m-%d'))
474
  except Exception as e:
 
468
  states = []
469
 
470
  try:
471
+ return render_template('index1.html',
472
  states=states,
473
  today=datetime.today().strftime('%Y-%m-%d'))
474
  except Exception as e: