08725fa df48c32 4d4c989 08725fa
1
2
3
4
5
6
7
import streamlit as st st.set_page_config(page_title = "Kazakh Named Entity Recognition", page_icon = "π") st.title("π Kazakh Named Entity Recognition") x = st.slider('Select a value') st.write(x, 'squared is', x * x)