ab5098c eddc41b ab5098c
1
2
3
4
5
6
import streamlit as st import transformers x = st.slider('Select a value') st.write(x, 'squared is', x * x)