AnkushWaghmare commited on
Commit
11b6413
·
verified ·
1 Parent(s): 4acbbdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -51,7 +51,6 @@ with left:
51
  st.markdown("### 📋 Customer Input")
52
 
53
  # Start Card
54
- st.markdown("<div class='card'>", unsafe_allow_html=True)
55
  card_container = st.container() # Everything inside card
56
 
57
  with card_container:
@@ -73,7 +72,6 @@ with card_container:
73
  store = mixed_input("Store Purchases", 0, 15, 6)
74
 
75
  # Close Card
76
- st.markdown("</div>", unsafe_allow_html=True)
77
 
78
  # -------- Data Prep --------
79
  data = np.array([[income, age, recency, wines, fruits, sweet, meat_fish, web, store]])
 
51
  st.markdown("### 📋 Customer Input")
52
 
53
  # Start Card
 
54
  card_container = st.container() # Everything inside card
55
 
56
  with card_container:
 
72
  store = mixed_input("Store Purchases", 0, 15, 6)
73
 
74
  # Close Card
 
75
 
76
  # -------- Data Prep --------
77
  data = np.array([[income, age, recency, wines, fruits, sweet, meat_fish, web, store]])