From 975890d6367f668436c58ed47c075d76d560f3ab Mon Sep 17 00:00:00 2001 From: juanboy <2980526980@qq.com> Date: Fri, 18 Oct 2024 22:05:44 +0800 Subject: [PATCH] failure.html page built --- BCAT_front/templates/failure.html | 98 +++++++++++++++++++++++++++++++ 1 file changed, 98 insertions(+) create mode 100644 BCAT_front/templates/failure.html diff --git a/BCAT_front/templates/failure.html b/BCAT_front/templates/failure.html new file mode 100644 index 0000000..74360cb --- /dev/null +++ b/BCAT_front/templates/failure.html @@ -0,0 +1,98 @@ + + + + + 检测到不良言论! + + + +
+

数据分析完毕!

+
+ 检测到不良言论! +
+ {% if stats %} +

统计信息:

+ + + + + + + + + + {% for label, info in stats.items() %} + + + + + + {% endfor %} + +
标签个数占比
{{ label }}{{ info.count }}{{ info.percentage }}
+ {% else %} +

没有统计信息可显示。

+ {% endif %} + 返回首页 +
+ +