yeshpanovrustem commited on
Commit
051d08c
β€’
1 Parent(s): df48c32

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,7 +1,8 @@
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)
 
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)