From 5434427ff37bd2430fc1087853cb7b99417800ad Mon Sep 17 00:00:00 2001 From: user86 Date: Mon, 12 Oct 2020 13:44:45 +0530 Subject: [PATCH] Modified action in form elements and explicitly defined host --- app.py | 2 +- templates/index.html | 2 +- templates/quiz.html | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app.py b/app.py index 81d8b5a..cd0c826 100644 --- a/app.py +++ b/app.py @@ -69,4 +69,4 @@ def result(): if __name__ == "__main__": - app.run(debug=True) + app.run(debug=True, host='0.0.0.0') diff --git a/templates/index.html b/templates/index.html index bb6bf09..8b1f38c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -39,7 +39,7 @@
upload -
+
{% if uploaded == true %} - + {% for i in range(size) %}