Spaces:
Sleeping
Sleeping
Update app.py
#1
by
Bullet500
- opened
app.py
CHANGED
@@ -52,4 +52,4 @@ def process_file_and_search(uploaded_file, kilometres, owner, purchase_year, bra
|
|
52 |
|
53 |
# Display results when the 'Submit' button is clicked
|
54 |
if st.button('Submit'):
|
55 |
-
process_file_and_search(uploaded_image,
|
|
|
52 |
|
53 |
# Display results when the 'Submit' button is clicked
|
54 |
if st.button('Submit'):
|
55 |
+
process_file_and_search(uploaded_image,kilometres,owner,purchase_year,brand_model)
|