Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,5 @@
|
|
1 |
-
|
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
|
7 |
-
git commit -m "Add application file"
|
8 |
-
git push
|
|
|
1 |
+
|
2 |
import streamlit as st
|
3 |
|
4 |
x = st.slider('Select a value')
|
5 |
st.write(x, 'squared is', x * x)
|
|
|
|
|
|