ben-epstein commited on
Commit
593a7a9
1 Parent(s): 3befb29

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ tokenizers = [
25
  "roberta-base",
26
  ]
27
  st.title("Spacy to HuggingFace converter")
28
- st.markdown("[Homepage](https://www.github.com/ben-epstein/space-to-hf)")
29
  tok = st.selectbox("Pick a tokenizer", tokenizers)
30
  spacy_data = st.text_area("Input your NER Span data here")
31
 
 
25
  "roberta-base",
26
  ]
27
  st.title("Spacy to HuggingFace converter")
28
+ st.markdown("[Homepage](https://github.com/ben-epstein/spacy-to-hf)")
29
  tok = st.selectbox("Pick a tokenizer", tokenizers)
30
  spacy_data = st.text_area("Input your NER Span data here")
31