diff --git a/src/webapp/requirements.txt b/src/webapp/requirements.txt index e6b1562..3da12e2 100644 --- a/src/webapp/requirements.txt +++ b/src/webapp/requirements.txt @@ -3,6 +3,6 @@ rdflib sparqlwrapper jupyter pandas -# seaborn +seaborn diff --git a/src/webapp/templates/expert_curation.html b/src/webapp/templates/expert_curation.html new file mode 100644 index 0000000..521af2c --- /dev/null +++ b/src/webapp/templates/expert_curation.html @@ -0,0 +1,12 @@ +{% extends "layout.html" %} + +{% block nav %} +{% include 'nav.html' %} +{% endblock %} + +{% block body %} + +

Top priority curation needs in my field

+

In this demo, we focus on some specific topics and randomly pick 5 classes to be updated.

+ +{% endblock %} \ No newline at end of file