Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -468,7 +468,7 @@ def index():
|
|
468 |
states = []
|
469 |
|
470 |
try:
|
471 |
-
return render_template('
|
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:
|