Ashrafb commited on
Commit
95849dc
·
verified ·
1 Parent(s): 7807c8e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def generate_image_caption(image_data):
76
 
77
 
78
  def main():
79
- st.markdown('<p style="color:#191970;text-align:center;font-size:30px;">Aiconvert.online img2story</p>', unsafe_allow_html=True)
80
 
81
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
82
 
 
76
 
77
 
78
  def main():
79
+ st.markdown('<p style="color:crimson;text-align:center;font-size:30px;">Aiconvert.online img2story</p>', unsafe_allow_html=True)
80
 
81
  uploaded_file = st.file_uploader("Choose an image...", type=["jpg", "png", "jpeg"])
82