Spaces:
Sleeping
Sleeping
yeshpanovrustem
commited on
Commit
β’
df48c32
1
Parent(s):
4d4c989
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
-
st.set_page_config(page_title = "Named Entity Recognition
|
4 |
-
st.title("
|
5 |
|
6 |
x = st.slider('Select a value')
|
7 |
st.write(x, 'squared is', x * x)
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
+
st.set_page_config(page_title = "Kazakh Named Entity Recognition", page_icon = "π")
|
4 |
+
st.title("π Kazakh Named Entity Recognition")
|
5 |
|
6 |
x = st.slider('Select a value')
|
7 |
st.write(x, 'squared is', x * x)
|