IAMTFRMZA commited on
Commit
eb7d0ea
·
verified ·
1 Parent(s): 3c25af5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -143,8 +143,7 @@ with tab1:
143
 
144
  # 🚗 What car is that? Tab
145
  with tab2:
146
- st.header("🖼️ Upload a Car Image for Identification")
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])