Skip to content

Commit

Permalink
Add favicon
Browse files Browse the repository at this point in the history
  • Loading branch information
memgonzales committed Jul 5, 2023
1 parent eb05cbb commit 2ee5f09
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file added assets/favicon.ico
Binary file not shown.
12 changes: 6 additions & 6 deletions pages/home.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import dash_cytoscape as cyto


dash.register_page(__name__, path='/', name='Home')
dash.register_page(__name__, path='/', name='FilWordNet | Discover')


# ==========================
Expand All @@ -20,15 +20,15 @@
[
dbc.NavLink('Senses and Sample Sentences', id='senses-link',
href='#', active='exact', className='sidebar-link'),
dbc.NavLink('Network', active='exact', id='network-link',
dbc.NavLink('Word Occurrence', active='exact', id='network-link',
className='sidebar-link'),
dbc.NavLink('Plot (Filtered by Sense)', id='plot-sense-link',
dbc.NavLink('Usage of Word Senses Over Time', id='plot-sense-link',
active='exact', className='sidebar-link'),
dbc.NavLink('Plot (Filtered by Source)', id='plot-source-link',
dbc.NavLink('Usage of Word Across Sources Over Time', id='plot-source-link',
active='exact', className='sidebar-link'),
dbc.NavLink('Embeddings', active='exact', id='embeddings-link',
dbc.NavLink('Word Sense Embeddings', active='exact', id='embeddings-link',
className='sidebar-link'),
dbc.NavLink('Export', active='exact', id='export-link',
dbc.NavLink('Export Data', active='exact', id='export-link',
className='sidebar-link'),
],
vertical=True,
Expand Down

0 comments on commit 2ee5f09

Please sign in to comment.