Jacobo commited on
Commit
0ba8bf7
1 Parent(s): e4ca449

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -17,7 +17,7 @@ st.image("logo.png", use_column_width=False, width=150)
17
 
18
  st.title("Ancient Greek Syntax Analyzer")
19
 
20
- st.markdown("Welcome to our analyzer. Here you can parse the parts of speech (POS) and the syntactic relationships of any ancient Greek sentence. This analysis is done by our language models trained with transformers and the NLP library spaCy. Below, you can choose which model do you want to use (each model may produce a different analysis). Documentation about the linguistic terms used by our models to annotate your sentences can be found here. If you have any questions, please contact us at mailto:diogenet@ucsd.edu")
21
 
22
  st.header("Select a model:")
23
  spacy_model = st.selectbox("", ["grc_ud_proiel_trf","grc_ud_proiel_sm","grc_ud_proiel_md","grc_ud_proiel_lg"])
17
 
18
  st.title("Ancient Greek Syntax Analyzer")
19
 
20
+ st.markdown("Welcome to our analyzer. Here you can parse the parts of speech (POS) and the syntactic relationships of any ancient Greek sentence. This analysis is done by our language models trained with transformers and the NLP library spaCy. Below, you can choose which model do you want to use (each model may produce a different analysis). Documentation about the linguistic terms used by our models to annotate your sentences can be found here. If you have any questions, please contact us at diogenet@ucsd.edu")
21
 
22
  st.header("Select a model:")
23
  spacy_model = st.selectbox("", ["grc_ud_proiel_trf","grc_ud_proiel_sm","grc_ud_proiel_md","grc_ud_proiel_lg"])