MANIKANDAN A
commited on
Commit
·
c16160a
1
Parent(s):
dd4cd4e
Update app.py
Browse files
app.py
CHANGED
@@ -120,7 +120,7 @@ def predict(cap_col, target_language):
|
|
120 |
cap_col.markdown('</div>', unsafe_allow_html=True)
|
121 |
|
122 |
def generate_caption_section():
|
123 |
-
st.markdown('<h1 style="text-align:center; font-family:
|
124 |
col1, col2 = st.columns(2)
|
125 |
|
126 |
# Image URL input
|
|
|
120 |
cap_col.markdown('</div>', unsafe_allow_html=True)
|
121 |
|
122 |
def generate_caption_section():
|
123 |
+
st.markdown('<h1 style="text-align:center; font-family:Comic sans; width:fit-content; font-size:2em; color:black; text-shadow: 1px 2px 3px #000000;">IMAGE CAPTION GENERATOR</h1>', unsafe_allow_html=True)
|
124 |
col1, col2 = st.columns(2)
|
125 |
|
126 |
# Image URL input
|