diff --git a/OpnKeywords/scripts/__pycache__/keywords.cpython-38.pyc b/OpnKeywords/scripts/__pycache__/keywords.cpython-38.pyc index 5f3bea8..0f69599 100644 Binary files a/OpnKeywords/scripts/__pycache__/keywords.cpython-38.pyc and b/OpnKeywords/scripts/__pycache__/keywords.cpython-38.pyc differ diff --git a/OpnKeywords/scripts/keywords.py b/OpnKeywords/scripts/keywords.py index 5d3bf77..8cf788f 100644 --- a/OpnKeywords/scripts/keywords.py +++ b/OpnKeywords/scripts/keywords.py @@ -32,7 +32,7 @@ def getKeywords(self, text): while " " in text: text = text.replace(" ", " ") - print(r"{}".format(text)) + # print(r"{}".format(text)) datadict={} #Dictionary for dataframe xlabels=[] #List for xlabels diff --git a/static/favicon.ico b/static/favicon.ico new file mode 100644 index 0000000..0fbe1b5 Binary files /dev/null and b/static/favicon.ico differ diff --git a/templates/OpnEco/about.html b/templates/OpnEco/about.html index 7cb4e14..417ee4c 100644 --- a/templates/OpnEco/about.html +++ b/templates/OpnEco/about.html @@ -21,6 +21,7 @@ + About - OpnEco diff --git a/templates/OpnEco/index.html b/templates/OpnEco/index.html index 36bd92b..0b91a67 100644 --- a/templates/OpnEco/index.html +++ b/templates/OpnEco/index.html @@ -21,6 +21,7 @@ + Home - OpnEco