Spaces:
Sleeping
Sleeping
Commit ·
806f16d
1
Parent(s): e29c767
adding requirements.txt
Browse files- app.py +1 -1
- requirements.txt +0 -0
app.py
CHANGED
|
@@ -1,4 +1,4 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
x = st.slider('Select a value')
|
| 4 |
st.write(x, 'squared is', x * x)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
x = st.slider('Select a value PLEASE')
|
| 4 |
st.write(x, 'squared is', x * x)
|
requirements.txt
ADDED
|
Binary file (6.03 kB). View file
|
|
|