Update my_pages/ica.py
Browse files- my_pages/ica.py +1 -1
my_pages/ica.py
CHANGED
|
@@ -5,4 +5,4 @@ def render():
|
|
| 5 |
st.title("Multiplicity")
|
| 6 |
st.write("The ICA page is currently empty. Add content here.")
|
| 7 |
if st.button("Back to Main Page"):
|
| 8 |
-
go_to("
|
|
|
|
| 5 |
st.title("Multiplicity")
|
| 6 |
st.write("The ICA page is currently empty. Add content here.")
|
| 7 |
if st.button("Back to Main Page"):
|
| 8 |
+
go_to("home")
|