pnr-svc commited on
Commit
8067faa
1 Parent(s): 176fefc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -34,7 +34,7 @@ def parse_text(text, prediction):
34
  parsed_text.append(text[start:])
35
  return parsed_text
36
 
37
- st.set_page_config(page_title="Named Entity Recognition")
38
  st.title("Named Entity Recognition")
39
  st.write("Type text into the text box and then press 'Predict' to get the named entities.")
40
 
 
34
  parsed_text.append(text[start:])
35
  return parsed_text
36
 
37
+ st.set_page_config(page_title="NER ARÇELİK")
38
  st.title("Named Entity Recognition")
39
  st.write("Type text into the text box and then press 'Predict' to get the named entities.")
40