jgwill commited on
Commit
de351b5
·
1 Parent(s): 14c03d7

test:add jgtutils

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -3,3 +3,8 @@ import streamlit as st
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
 
 
 
 
 
 
 
3
  x = st.slider('Select a value')
4
  st.write(x, 'squared is', x * x)
5
 
6
+
7
+ from jgtutils.jgtpov import get_higher_tf_array
8
+
9
+ t= get_higher_tf_array("H1")
10
+