prakharg24 commited on
Commit
178f6bd
·
verified ·
1 Parent(s): fec804e

Update my_pages/information_loss.py

Browse files
Files changed (1) hide show
  1. my_pages/information_loss.py +1 -0
my_pages/information_loss.py CHANGED
@@ -1,5 +1,6 @@
1
  import pandas as pd
2
  import streamlit as st
 
3
 
4
  ALL_FEATURES = [
5
  "Credit Score", "Annual Income", "Loan Amount Requested",
 
1
  import pandas as pd
2
  import streamlit as st
3
+ from utils import go_to
4
 
5
  ALL_FEATURES = [
6
  "Credit Score", "Annual Income", "Loan Amount Requested",