Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
| 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)
|