From cd948b1ccf6781c17c9e4b4899ada9d654f16e83 Mon Sep 17 00:00:00 2001 From: Hao Chen Date: Wed, 8 May 2019 09:18:21 -0500 Subject: showing sentences --- templates/cytoscape.html | 97 ++++++++++++++++++++++++++++++------------------ templates/index.html | 4 +- templates/layout.html | 2 +- templates/sentences.html | 9 +++++ 4 files changed, 72 insertions(+), 40 deletions(-) create mode 100644 templates/sentences.html (limited to 'templates') diff --git a/templates/cytoscape.html b/templates/cytoscape.html index 24c18c1..ab30562 100644 --- a/templates/cytoscape.html +++ b/templates/cytoscape.html @@ -2,45 +2,68 @@ {% block content %} - - -
- {% endblock %} diff --git a/templates/index.html b/templates/index.html index c7bafcd..4f19269 100644 --- a/templates/index.html +++ b/templates/index.html @@ -3,8 +3,8 @@