Skip to content

Commit

Permalink
missing html template
Browse files Browse the repository at this point in the history
  • Loading branch information
albangaignard committed Jan 29, 2024
1 parent a9068a8 commit 42553fc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ rdflib
sparqlwrapper
jupyter
pandas
# seaborn
seaborn


12 changes: 12 additions & 0 deletions src/webapp/templates/expert_curation.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
{% extends "layout.html" %}

{% block nav %}
{% include 'nav.html' %}
{% endblock %}

{% block body %}

<h1 class="title">Top priority curation needs in my field</h1>
<p>In this demo, we focus on some specific topics and randomly pick 5 classes to be updated.</p>

{% endblock %}

0 comments on commit 42553fc

Please sign in to comment.