diff options
Diffstat (limited to 'gn2/wqflask/templates')
-rw-r--r-- | gn2/wqflask/templates/gnqa.html | 1 | ||||
-rw-r--r-- | gn2/wqflask/templates/gnqa_answer.html | 1 | ||||
-rw-r--r-- | gn2/wqflask/templates/gnqa_errors.html | 10 |
3 files changed, 0 insertions, 12 deletions
diff --git a/gn2/wqflask/templates/gnqa.html b/gn2/wqflask/templates/gnqa.html index 38269d70..1c373289 100644 --- a/gn2/wqflask/templates/gnqa.html +++ b/gn2/wqflask/templates/gnqa.html @@ -2,7 +2,6 @@ {% block title %}GNQA{% endblock %} {% block css %} -<link rel="stylesheet" type="text/css" href="/static/new/css/llm.css"> <style> .htmx-indicator{ display:none; diff --git a/gn2/wqflask/templates/gnqa_answer.html b/gn2/wqflask/templates/gnqa_answer.html index c8629729..beaf8e99 100644 --- a/gn2/wqflask/templates/gnqa_answer.html +++ b/gn2/wqflask/templates/gnqa_answer.html @@ -3,7 +3,6 @@ {% block css %} <link rel="stylesheet" type="text/css" href="/static/new/css/markdown.css" /> -<link rel="stylesheet" type="text/css" href="/static/new/css/llm.css"> <style type="text/css"> #loader { display: none; diff --git a/gn2/wqflask/templates/gnqa_errors.html b/gn2/wqflask/templates/gnqa_errors.html index 3a0e0bf7..d2e04135 100644 --- a/gn2/wqflask/templates/gnqa_errors.html +++ b/gn2/wqflask/templates/gnqa_errors.html @@ -2,16 +2,6 @@ {% block title %}GNQNA{% endblock %} {% block content %} <!-- Start of body --> - - -{% block css %} -<link rel="stylesheet" type="text/css" href="/static/new/css/llm.css"> -{% endblock %} - - -<style type="text/css"> - -</style> <div style="min-height: 50vh;width: 100vw;text-align: center;display:flex;justify-content: center;align-items: center;"> <div> |