diff --git a/app.py b/app.py
index 6c6a78b..1ea9c2c 100644
--- a/app.py
+++ b/app.py
@@ -6,6 +6,6 @@ client = stravalib.client.Client()
@app.route('/')
def index():
- return flask.render_template('index.html')
+ return flask.render_template('test.html')
-app.run(host='0.0.0.0',debug=True)
\ No newline at end of file
+app.run(host='0.0.0.0')
\ No newline at end of file
diff --git a/templates/index.html b/templates/index.html
index 8373d20..2e594c0 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,8 +14,5 @@
-