Add files via upload

This commit is contained in:
Visualize-ML
2022-10-01 15:37:53 -04:00
committed by GitHub
parent b74824f363
commit be89c276da
10 changed files with 46 additions and 26 deletions

View File

@@ -41,7 +41,7 @@ b = np.round(b,1)
show_number = False
with st.sidebar:
show_number = st.checkbox('Show values:')
show_number = st.checkbox('Display values')
tensor_a_b = a@b.T