Update pages/ica.py
Browse files- pages/ica.py +1 -1
pages/ica.py
CHANGED
|
@@ -1,5 +1,5 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
-
from utils
|
| 3 |
|
| 4 |
def render():
|
| 5 |
st.title("Multiplicity")
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
+
from utils import go_to
|
| 3 |
|
| 4 |
def render():
|
| 5 |
st.title("Multiplicity")
|