Update my_pages/multiverse.py
Browse files- my_pages/multiverse.py +2 -6
my_pages/multiverse.py
CHANGED
|
@@ -102,6 +102,8 @@ def build_tree_and_trace_path(selected_path, spread_factor=10000):
|
|
| 102 |
|
| 103 |
|
| 104 |
def render():
|
|
|
|
|
|
|
| 105 |
st.markdown(
|
| 106 |
"""
|
| 107 |
<div style='text-align: center; font-size:18px; color:gray;'>
|
|
@@ -201,9 +203,3 @@ def render():
|
|
| 201 |
)
|
| 202 |
|
| 203 |
st.plotly_chart(fig, use_container_width=True)
|
| 204 |
-
|
| 205 |
-
st.markdown("---")
|
| 206 |
-
col1, col2, col3, col4 = st.columns([2, 1, 1, 1])
|
| 207 |
-
with col3:
|
| 208 |
-
if st.button("Go Home"):
|
| 209 |
-
go_to("home")
|
|
|
|
| 102 |
|
| 103 |
|
| 104 |
def render():
|
| 105 |
+
add_navigation("txt_multiverse", "landing")
|
| 106 |
+
|
| 107 |
st.markdown(
|
| 108 |
"""
|
| 109 |
<div style='text-align: center; font-size:18px; color:gray;'>
|
|
|
|
| 203 |
)
|
| 204 |
|
| 205 |
st.plotly_chart(fig, use_container_width=True)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|