Spaces:
Running
Running
DROWHOODIS
commited on
Create app.py
Browse files
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
|