diyclassics commited on
Commit
a0fed65
·
1 Parent(s): 48afdd6

Update app

Browse files
Files changed (2) hide show
  1. app.py +0 -6
  2. requirements.txt +6 -6
app.py CHANGED
@@ -18,9 +18,3 @@ st.markdown(
18
  - [Visualize a custom span label](custom_label_demo), here tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
19
  """
20
  )
21
-
22
-
23
-
24
-
25
-
26
-
 
18
  - [Visualize a custom span label](custom_label_demo), here tokens covered by the [DCC Core Latin Vocabulary](https://dcc.dickinson.edu/latin-core-list1)
19
  """
20
  )
 
 
 
 
 
 
requirements.txt CHANGED
@@ -1,7 +1,7 @@
1
- la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl#sha256=03e29fbaae0bf583610f6c042b874441aa213aee238f2a63f413bb608fe6f100
2
- la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl#sha256=6c48e1494a8e892878a5381846fc8b3d7dc1c160b3ae2090098b856aa679bfd4
3
- la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl#sha256=0aecb1b9c9974b48b180092ab4e25b3bdba7c4b7b6cd47942e667cb054f07e04
4
  pandas==1.5.3
5
- spacy==3.5.2
6
- streamlit==1.21.0
7
- spacy-streamlit==1.0.5
 
1
+ la-core-web-lg @ https://huggingface.co/latincy/la_core_web_lg/resolve/main/la_core_web_lg-any-py3-none-any.whl
2
+ la-core-web-md @ https://huggingface.co/latincy/la_core_web_md/resolve/main/la_core_web_md-any-py3-none-any.whl
3
+ la-core-web-sm @ https://huggingface.co/latincy/la_core_web_sm/resolve/main/la_core_web_sm-any-py3-none-any.whl
4
  pandas==1.5.3
5
+ spacy==3.6.0
6
+ streamlit==1.24.1
7
+ spacy-streamlit==1.0.6