Heizsenberg commited on
Commit
42c76a5
·
1 Parent(s): b33b5ec

delete the image

Browse files
Files changed (1) hide show
  1. src/eda.py +2 -2
src/eda.py CHANGED
@@ -57,8 +57,8 @@ def run():
57
  st.title('Customer Credit Default Prediction App')
58
  st.subheader("this page contains the EDA about customer payment behavior over time")
59
 
60
- image = Image.open("./src/credit_card.jpg")
61
- st.image(image, caption="Credit Card")
62
 
63
  # write
64
  st.write("the EDA will explore and analyse the customer credit default based on customer's payment behavior")
 
57
  st.title('Customer Credit Default Prediction App')
58
  st.subheader("this page contains the EDA about customer payment behavior over time")
59
 
60
+ # image = Image.open("./src/credit_card.jpg")
61
+ # st.image(image, caption="Credit Card")
62
 
63
  # write
64
  st.write("the EDA will explore and analyse the customer credit default based on customer's payment behavior")