Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -178,7 +178,7 @@ if st.session_state.image is not None:
|
|
178 |
|
179 |
# Get additional information using GPT-3.5-turbo
|
180 |
overview = get_car_overview(make_name, model_name, current_year)
|
181 |
-
st.
|
182 |
st.write(overview)
|
183 |
else:
|
184 |
st.error("Could not classify the image. Please try again with a different image.")
|
|
|
178 |
|
179 |
# Get additional information using GPT-3.5-turbo
|
180 |
overview = get_car_overview(make_name, model_name, current_year)
|
181 |
+
st.subheader("Car Overview:")
|
182 |
st.write(overview)
|
183 |
else:
|
184 |
st.error("Could not classify the image. Please try again with a different image.")
|