pnr-svc commited on
Commit
35494e1
1 Parent(s): 8067faa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def parse_text(text, prediction):
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
 
41
  default_text = "tekirdağ çerkezköy arçelik yetkili servis no paylaş"
 
35
  return parsed_text
36
 
37
  st.set_page_config(page_title="NER ARÇELİK")
38
+ st.title("NER ARÇELİK")
39
  st.write("Type text into the text box and then press 'Predict' to get the named entities.")
40
 
41
  default_text = "tekirdağ çerkezköy arçelik yetkili servis no paylaş"