Ashrafb commited on
Commit
57d0b14
·
1 Parent(s): 26b90aa

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -12,7 +12,8 @@ def predict_image_description(uploaded_file):
12
  return result
13
 
14
  # Streamlit UI
15
- st.title("Image Description App")
 
16
  st.write("Upload an image and click the button to get a description!")
17
 
18
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
 
12
  return result
13
 
14
  # Streamlit UI
15
+ st.markdown('<p style="color:#191970;text-align:center;font-size:30px;">Aiconvert.online Image Description</p>', unsafe_allow_html=True)
16
+
17
  st.write("Upload an image and click the button to get a description!")
18
 
19
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])