Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -143,8 +143,7 @@ with tab1:
|
|
143 |
|
144 |
# 🚗 What car is that? Tab
|
145 |
with tab2:
|
146 |
-
st.
|
147 |
-
uploaded_image = st.file_uploader("Upload an image of a car", type=["jpg", "jpeg", "png"])
|
148 |
|
149 |
if uploaded_image:
|
150 |
col1, col2 = st.columns([1.2, 1.8])
|
|
|
143 |
|
144 |
# 🚗 What car is that? Tab
|
145 |
with tab2:
|
146 |
+
uploaded_image = st.file_uploader("Upload an image of a car and let Ai identify it for you", type=["jpg", "jpeg", "png"])
|
|
|
147 |
|
148 |
if uploaded_image:
|
149 |
col1, col2 = st.columns([1.2, 1.8])
|