Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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="
|
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 |
|