Spaces:
Configuration error
Configuration error
File size: 163 Bytes
815c827 |
1 2 3 4 5 |
git clone https://huggingface.co/spaces/FlipFlopsNSocks/StreamlitMaterials
import streamlit as st
x = st.slider('Select a value')
st.write(x, 'squared is', x * x) |