diff --git a/README.md b/README.md
index 74c90ea..aa93c92 100644
--- a/README.md
+++ b/README.md
@@ -20,4 +20,4 @@ not done
information,
quizzes,
formulas,
-good looking pages,
\ No newline at end of file
+good looking pages
\ No newline at end of file
diff --git a/app.py b/app.py
index af6f658..aa12c35 100644
--- a/app.py
+++ b/app.py
@@ -52,7 +52,6 @@ def handle_submission():
@app.route('/users')
-@login_required
def view_users():
all_users = User.query.all()
@@ -65,7 +64,7 @@ def view_users():
html_output += ""
if not all_users:
- return "
No accounts found in the database yet.
"
+ return "emptyyyyy daaatabase
"
return html_output
@@ -75,6 +74,7 @@ def home():
return render_template('index.html')
@app.route('/bivariate')
+@login_required
def bivariate():
return render_template('bivariate.html')
diff --git a/instance/accounts.db b/instance/accounts.db
new file mode 100644
index 0000000..049f583
Binary files /dev/null and b/instance/accounts.db differ
diff --git a/templates/base.html b/templates/base.html
index ff8eec4..f86dac6 100644
--- a/templates/base.html
+++ b/templates/base.html
@@ -1,3 +1,4 @@
+
@@ -20,4 +21,5 @@
{% block content %}{% endblock %}
-
\ No newline at end of file
+
+