nlp / app.py
theekshana's picture
Rename tst.py to app.py
fed17b1
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)