naveed92 commited on
Commit
7df18b0
1 Parent(s): a382f9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import streamlit as st
2
 
3
- from src.utils import window, get_depths, get_local_maxima, compute_threshold, get_threshold_segments
4
 
5
  st.write("loading ...")
6
 
 
1
  import streamlit as st
2
 
3
+ from utils import window, get_depths, get_local_maxima, compute_threshold, get_threshold_segments
4
 
5
  st.write("loading ...")
6