GeorgiosIoannouCoder commited on
Commit
ade5b54
·
verified ·
1 Parent(s): 4d2cca0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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: -6rem">
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