prakharg24 commited on
Commit
499c7f9
·
verified ·
1 Parent(s): 1d745dd

Update my_pages/multiverse.py

Browse files
Files changed (1) hide show
  1. 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 development_stages, go_to
5
 
6
  def build_tree_and_trace_path(selected_path):
7
  """
 
1
  # pages/multiverse.py
2
  import streamlit as st
3
  import plotly.graph_objects as go
4
+ from utils import go_to
5
 
6
  def build_tree_and_trace_path(selected_path):
7
  """