Skip to content
Snippets Groups Projects
Commit d905acd1 authored by DIANE's avatar DIANE
Browse files

enhancement

parent f39ff8a8
No related branches found
No related tags found
No related merge requests found
......@@ -20,7 +20,4 @@ pages_folder = Path("pages/")
from style import add_header, add_sidebar
# from style.header import add_header, add_sidebar
from config.config import pdflatex_path
local_css(css_file / "style.css")
from utils import KS, RDM
add_header()
add_sidebar(pages_folder)
local_css(css_file / "style.css")
\ No newline at end of file
from Packages import *
st.set_page_config(page_title="NIRS Utils", page_icon=":goat:", layout="wide")
from utils import read_dx, DxRead, LinearPCA, Umap, find_col_index, Nmf, Sk_Kmeans, AP
from utils import read_dx, DxRead, LinearPCA, Umap, find_col_index, Nmf, Sk_Kmeans, AP, KS, RDM
from mod import *
# HTML pour le bandeau "CEFE - CNRS"
add_header()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment