prakharg24 commited on
Commit
e6c6a25
·
verified ·
1 Parent(s): 8c6af18

Update my_pages/ica.py

Browse files
Files changed (1) hide show
  1. my_pages/ica.py +1 -1
my_pages/ica.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
- from utils import go_to
5
 
6
  plt.style.use('dark_background')
7
 
 
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
+ from utils import add_navigation
5
 
6
  plt.style.use('dark_background')
7