akdeniz27 commited on
Commit
8a8244f
·
1 Parent(s): a834bc3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -43,7 +43,7 @@ elif model_checkpoint == "xlm-roberta-large-finetuned-conll03-english":
43
  else:
44
  aggregation = st.sidebar.radio("", ('first', 'simple', 'average', 'max', 'none'))
45
 
46
- st.write("Please refer 'https://huggingface.co/transformers/_modules/transformers/pipelines/token_classification.html' for entity grouping with aggregation_strategy parameter.")
47
 
48
  st.subheader("Select Text Input Method")
49
  input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))
 
43
  else:
44
  aggregation = st.sidebar.radio("", ('first', 'simple', 'average', 'max', 'none'))
45
 
46
+ st.sidebar.write("Please refer 'https://huggingface.co/transformers/_modules/transformers/pipelines/token_classification.html' for entity grouping with aggregation_strategy parameter.")
47
 
48
  st.subheader("Select Text Input Method")
49
  input_method = st.radio("", ('Select from Examples', 'Write or Paste New Text'))