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
jgwill
commited on
Sep 2, 2024
Commit
3ab95b8
·
1 Parent(s):
de351b5
add
Browse files
Files changed (1)
hide
show
app.py
+1
-0
app.py
CHANGED
Viewed
@@ -7,4 +7,5 @@ st.write(x, 'squared is', x * x)
7
from jgtutils.jgtpov import get_higher_tf_array
8
9
t= get_higher_tf_array("H1")
10
7
from jgtutils.jgtpov import get_higher_tf_array
8
9
t= get_higher_tf_array("H1")
10
+
print(t)
11