Séparation Front/Back #11
0
backend/__init__.py
Normal file
0
backend/__init__.py
Normal file
0
frontend/__init__.py
Normal file
0
frontend/__init__.py
Normal file
@@ -1,4 +1,7 @@
|
||||
import streamlit as st
|
||||
import sys
|
||||
import os
|
||||
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '../../backend')))
|
||||
from normstrategy import MVStrategy, ScalingStrategy, KNNStrategy
|
||||
|
||||
if "data" in st.session_state:
|
||||
|
Reference in New Issue
Block a user