BrainAI-1 commited on
Commit
1764ba4
·
verified ·
1 Parent(s): 8eb120a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ if source_radio == "IMAGE":
23
  with col1:
24
  st.image(result_img)
25
  with col2:
26
- st.write(detected_object)
27
  else:
28
  col1, col2 = st.columns(2)
29
  with col1:
 
23
  with col1:
24
  st.image(result_img)
25
  with col2:
26
+ st.header(detected_object)
27
  else:
28
  col1, col2 = st.columns(2)
29
  with col1: