Spaces:
Runtime error
Runtime error
Commit
·
a4b3cf4
1
Parent(s):
7656c7a
Cambiar título
Browse files
app.py
CHANGED
|
@@ -1,6 +1,6 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
-
st.title("Mi
|
| 4 |
|
| 5 |
x = st.slider('Select a value')
|
| 6 |
st.write(x, 'squared is', x * x)
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
|
| 3 |
+
st.title("Mi segundo demo con streamlit")
|
| 4 |
|
| 5 |
x = st.slider('Select a value')
|
| 6 |
st.write(x, 'squared is', x * x)
|