Spaces:
Sleeping
Sleeping
File size: 521 Bytes
3aa7322 615deca 87fe8ad 615deca 3aa7322 615deca 3aa7322 615deca 3aa7322 615deca 3aa7322 615deca 87fe8ad 615deca 3aa7322 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 |
import streamlit as st
st.set_page_config(
page_title="LatinCy Dashboard | Home",
page_icon="๐ ",
)
st.write("# LatinCy Dashboard")
st.sidebar.success("Select a demo above.")
st.markdown(
"""
LatinCy is a collection of Latin language models for spaCy.
### See the demos
- [Get basic spaCy data from a short text](parsing_demo)
- [Visualize a custom span label](custom_label_demo), here tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
"""
)
|