From b24f56188901bb79e5a732c5e923094240e67ab7 Mon Sep 17 00:00:00 2001 From: PARANTAPMISHRA Date: Fri, 15 Mar 2024 20:43:02 +0530 Subject: [PATCH] Added slider. --- template/result.html | 22 --------------- {template => templates}/index.html | 0 templates/result.html | 43 ++++++++++++++++++++++++++++++ 3 files changed, 43 insertions(+), 22 deletions(-) delete mode 100644 template/result.html rename {template => templates}/index.html (100%) create mode 100644 templates/result.html 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
+ + +