DROWHOODIS commited on
Commit
f27eb55
·
verified ·
1 Parent(s): 278067d

Create app.py

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