Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
| 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 :")
|