aboutsummaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
Diffstat (limited to 'app')
-rw-r--r--app/templates/generate.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/templates/generate.html b/app/templates/generate.html
index 7e6808d..9591a7e 100644
--- a/app/templates/generate.html
+++ b/app/templates/generate.html
@@ -33,8 +33,8 @@
<canvas id="canvas-{{x}}" width="500" height="500"></canvas>
<script>
SmilesDrawer.parse('{{result[0]}}', function(tree) {
- smilesDrawer.draw(tree, "canvas-{{x}}", "dark", false);
- console.log(smilesDrawer.draw(tree, "canvas-{{x}}", "dark", false))
+ smilesDrawer.draw(tree, "canvas-{{x}}", "light", false);
+ console.log(smilesDrawer.draw(tree, "canvas-{{x}}", "light", false))
});
</script>
{% endfor %}