Update my_pages/information_loss.py
Browse files
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",
|