Spaces:
Sleeping
Sleeping
windyeh
commited on
Commit
·
13d3b21
1
Parent(s):
6b54ea8
add 2nd wording
Browse files
app.py
CHANGED
@@ -1,5 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
st.markdown('# Hello World')
|
|
|
4 |
x = st.slider('Select a value')
|
5 |
st.write(x, 'squared is', x * x)
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
st.markdown('# Hello World')
|
4 |
+
st.markdown('### I am XXX')
|
5 |
x = st.slider('Select a value')
|
6 |
st.write(x, 'squared is', x * x)
|