Spaces:
Sleeping
Sleeping
Update analyse_site.py
Browse files- analyse_site.py +2 -2
analyse_site.py
CHANGED
@@ -2,8 +2,8 @@ import streamlit as st
|
|
2 |
|
3 |
import glob, os, sys; sys.path.append('/src')
|
4 |
#import helper
|
5 |
-
import preprocessing as pre
|
6 |
-
import cleaning as clean
|
7 |
|
8 |
def app():
|
9 |
# Sidebar
|
|
|
2 |
|
3 |
import glob, os, sys; sys.path.append('/src')
|
4 |
#import helper
|
5 |
+
from src import preprocessing as pre
|
6 |
+
from src import cleaning as clean
|
7 |
|
8 |
def app():
|
9 |
# Sidebar
|