aboutsummaryrefslogtreecommitdiff
path: root/app/views.py
diff options
context:
space:
mode:
authorNavan Chauhan <navanchauhan@gmail.com>2020-08-06 12:16:50 +0530
committerNavan Chauhan <navanchauhan@gmail.com>2020-08-06 12:16:50 +0530
commita4619c59d9d7f71dd6679b7e40ed86987d6e491a (patch)
treedea3a3865732e3aef3376ef6eef7a7881a79ed9d /app/views.py
parentbd877cc2e96210aa8adab20ce9406ce1f266f952 (diff)
added chem drawer
Diffstat (limited to 'app/views.py')
-rw-r--r--app/views.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/app/views.py b/app/views.py
index 976bd5e..7c005c7 100644
--- a/app/views.py
+++ b/app/views.py
@@ -142,6 +142,7 @@ def generate():
if request.method == 'POST' and form.validate_on_submit():
result = gen.sample(form.n.data)
+ print(tfWorking)
if tfWorking == 0:
flash("Failed to initialise the model!","danger")
else: