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