Spaces:
Sleeping
Sleeping
nataliaElv commited on
Commit ·
1e08812
1
Parent(s): 1680a4c
Add app and requirements
Browse files- app.py +4 -0
- requirements.txt +0 -0
app.py
ADDED
|
@@ -0,0 +1,4 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
import streamlit as st
|
| 2 |
+
|
| 3 |
+
x = st.slider('Select a value')
|
| 4 |
+
st.write(x, 'squared is', x * x)
|
requirements.txt
ADDED
|
File without changes
|