File size: 160 Bytes
494ca37
 
e893d58
 
494ca37
 
1
2
3
4
5
6
7
import streamlit as st

st.title("Trying streamlit in hugging face")
st.header("Hugging Face")
x = st.slider('Select a value')
st.write(x, 'squared is', x * x)