FlipFlopsNSocks commited on
Commit
815c827
·
1 Parent(s): 386ed82

Update CLone1

Browse files
Files changed (1) hide show
  1. CLone1 +5 -1
CLone1 CHANGED
@@ -1 +1,5 @@
1
- git clone https://huggingface.co/spaces/FlipFlopsNSocks/StreamlitMaterials
 
 
 
 
 
1
+ git clone https://huggingface.co/spaces/FlipFlopsNSocks/StreamlitMaterials
2
+ import streamlit as st
3
+
4
+ x = st.slider('Select a value')
5
+ st.write(x, 'squared is', x * x)