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)