Update my_pages/multiverse.py
Browse files- my_pages/multiverse.py +1 -1
my_pages/multiverse.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
# pages/multiverse.py
|
| 2 |
import streamlit as st
|
| 3 |
import plotly.graph_objects as go
|
| 4 |
-
from utils import
|
| 5 |
|
| 6 |
choices_list = [
|
| 7 |
{"label": "Data Scaling", "options": [
|
|
|
|
| 1 |
# pages/multiverse.py
|
| 2 |
import streamlit as st
|
| 3 |
import plotly.graph_objects as go
|
| 4 |
+
from utils import add_navigation
|
| 5 |
|
| 6 |
choices_list = [
|
| 7 |
{"label": "Data Scaling", "options": [
|