prakharg24 commited on
Commit
fec804e
·
verified ·
1 Parent(s): 906110d

Update my_pages/ica.py

Browse files
Files changed (1) hide show
  1. my_pages/ica.py +1 -0
my_pages/ica.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
 
4
 
5
  def render():
6
  st.title("ICA Triangle")
 
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
+ from utils import go_to
5
 
6
  def render():
7
  st.title("ICA Triangle")