jaydeep123423 commited on
Commit
3b64a31
·
unverified ·
1 Parent(s): ec5a95f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -143,8 +143,8 @@ def get_vin(vin):
143
  status_area.success("VIN decoded successfully!")
144
 
145
  track_make(make)
146
- with col1:
147
- st.image(car_img_file, use_container_width=True)
148
 
149
  with col2:
150
  st.write(f"Below are the vehicle details :")
 
143
  status_area.success("VIN decoded successfully!")
144
 
145
  track_make(make)
146
+ #with col1:
147
+ # st.image(car_img_file, use_container_width=True)
148
 
149
  with col2:
150
  st.write(f"Below are the vehicle details :")