diff --git a/template/result.html b/template/result.html deleted file mode 100644 index 4088e80..0000000 --- a/template/result.html +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - Question-Answering Result - - - -
-

Study-Helper Result

-

Question: {{ question }}

-

Answer: {{ answer }}

- - {% if summary %} -

Summary: {{ summary }}

- {% endif %} -
-
dB
- - diff --git a/template/index.html b/templates/index.html similarity index 100% rename from template/index.html rename to templates/index.html diff --git a/templates/result.html b/templates/result.html new file mode 100644 index 0000000..7309e12 --- /dev/null +++ b/templates/result.html @@ -0,0 +1,43 @@ + + + + + + + Question-Answering Result + + + + +
+

Study-Helper Result

+

Question: {{ question }}

+

Answer: {{ answer }}

+ + {% if summary %} +
+

Summary: {{ summary }}

+
+ {% endif %} + +
+
dB
+ + +