jonas commited on
Commit
cf42e81
1 Parent(s): 7b95471

Update analyse_site.py

Browse files
Files changed (1) hide show
  1. 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