Spaces:
Configuration error
Configuration error
Commit
·
815c827
1
Parent(s):
386ed82
Update CLone1
Browse files
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)
|