prakharg24 commited on
Commit
d946758
·
verified ·
1 Parent(s): 1050453

Update my_pages/rashomon_developer.py

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