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