dnnsdunca commited on
Commit
3c3647d
·
verified ·
1 Parent(s): f597954

Create chloe

Browse files
Files changed (1) hide show
  1. chloe +8 -0
chloe ADDED
@@ -0,0 +1,8 @@
 
 
 
 
 
 
 
 
 
1
+ git clone https://huggingface.co/spaces/dnnsdunca/Chloe
2
+
3
+ import streamlit as st
4
+
5
+ x = st.slider('Select a value')
6
+ st.write(x, 'squared is', x * x)
7
+
8
+ git add app.py && git commit -m "Add application file" && git push