GeorgiosIoannouCoder
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -132,7 +132,7 @@ def main():
|
|
132 |
|
133 |
# Title.
|
134 |
|
135 |
-
title = f"""<h1 align="center" style="font-family: monospace; font-size: 2.1rem; margin-top: -
|
136 |
Turn Image to Audio Story</h1>"""
|
137 |
st.markdown(title, unsafe_allow_html=True)
|
138 |
|
|
|
132 |
|
133 |
# Title.
|
134 |
|
135 |
+
title = f"""<h1 align="center" style="font-family: monospace; font-size: 2.1rem; margin-top: -4rem">
|
136 |
Turn Image to Audio Story</h1>"""
|
137 |
st.markdown(title, unsafe_allow_html=True)
|
138 |
|