prakharg24 commited on
Commit
b2e0179
·
verified ·
1 Parent(s): c032ced

Update my_pages/rashomon_effect.py

Browse files
Files changed (1) hide show
  1. my_pages/rashomon_effect.py +1 -0
my_pages/rashomon_effect.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
 
4
 
5
  def render():
6
  st.title("Rashomon Effect")
 
1
  import streamlit as st
2
  import matplotlib.pyplot as plt
3
  import numpy as np
4
+ from utils import go_to
5
 
6
  def render():
7
  st.title("Rashomon Effect")