Hugging Face
Models
Datasets
Spaces
Posts
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
jgwill
/
nalit-x2409b-streamlit
like
0
Sleeping
App
Files
Files
Community
3ab95b8
nalit-x2409b-streamlit
/
app.py
jgwill
add
3ab95b8
4 months ago
raw
Copy download link
history
blame
Safe
179 Bytes
import
streamlit
as
st
x = st.slider(
'Select a value'
)
st.write(x,
'squared is'
, x * x)
from
jgtutils.jgtpov
import
get_higher_tf_array
t= get_higher_tf_array(
"H1"
)
print
(t)