EdBoy2202 commited on
Commit
522d033
·
verified ·
1 Parent(s): 20c8933

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.write("Car Overview:")
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.")