ner-kazakh / app.py
yeshpanovrustem's picture
Update app.py
df48c32
raw
history blame
225 Bytes
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)