prakharg24 commited on
Commit
5b8469d
·
verified ·
1 Parent(s): 4b91cab

Update my_pages/rashomon_effect.py

Browse files
Files changed (1) hide show
  1. my_pages/rashomon_effect.py +1 -1
my_pages/rashomon_effect.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
- from utils import go_to
5
 
6
  plt.style.use('dark_background')
7
 
 
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
+ from utils import add_navigation
5
 
6
  plt.style.use('dark_background')
7