nikhil0nk commited on
Commit
b337966
1 Parent(s): fec118d
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -10,7 +10,7 @@ from mlxtend.plotting import plot_confusion_matrix
10
  import streamlit.components.v1 as components
11
  from PIL import Image
12
 
13
- st.set_page_config(page_title="Customer Churn Prediction Model", layout="wide") # , layout="wide"
14
 
15
  col1,col2 = st.columns([1,2])
16
 
@@ -72,7 +72,6 @@ elif option3 == 'PandasProfiling':
72
  with st.expander("See Report"):
73
  components.html(source_code, height=600, scrolling=True)
74
 
75
-
76
  model_names = [
77
  "Logistic_Regression",
78
  "Support_Vector_Machine",
 
10
  import streamlit.components.v1 as components
11
  from PIL import Image
12
 
13
+ st.set_page_config(page_title="Customer Churn Prediction Model", layout="wide")
14
 
15
  col1,col2 = st.columns([1,2])
16
 
 
72
  with st.expander("See Report"):
73
  components.html(source_code, height=600, scrolling=True)
74
 
 
75
  model_names = [
76
  "Logistic_Regression",
77
  "Support_Vector_Machine",