philip-singer commited on
Commit
5043233
·
verified ·
1 Parent(s): 4462694

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ app = Flask(__name__)
4
 
5
  @app.route("/")
6
  def landing():
7
- return render_template("landing.html")
8
 
9
  @app.route("/heatmap")
10
  def heatmap():
 
4
 
5
  @app.route("/")
6
  def landing():
7
+ return render_template("index.html")
8
 
9
  @app.route("/heatmap")
10
  def heatmap():