Himanshu2003 commited on
Commit
619df74
·
verified ·
1 Parent(s): b7e363e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,5 +38,5 @@ if uploaded_image is not None:
38
  image.save(image_path)
39
  output = get_result(image_path)
40
 
41
- st.write(output)
42
  st.image(image, use_container_width=True)
 
38
  image.save(image_path)
39
  output = get_result(image_path)
40
 
41
+ st.markdown(f"<h1 style='text-align: center; color: white;'>{output}</h1>", unsafe_allow_html=True)
42
  st.image(image, use_container_width=True)