Spaces:
Sleeping
Sleeping
windyeh
commited on
Commit
·
c20fe9f
1
Parent(s):
13d3b21
try to modify from jupyterlab
Browse files
app.py
CHANGED
@@ -2,5 +2,6 @@ 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)
|
|
|
2 |
|
3 |
st.markdown('# Hello World')
|
4 |
st.markdown('### I am XXX')
|
5 |
+
st.text("Go to play")
|
6 |
x = st.slider('Select a value')
|
7 |
st.write(x, 'squared is', x * x)
|