Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -66,8 +66,8 @@ def input_image_setup(uploaded_file):
|
|
66 |
st.set_page_config(page_title="Poetic Vision", page_icon=":pencil:", layout="wide") # Set layout to wide
|
67 |
|
68 |
# Main UI components
|
69 |
-
st.
|
70 |
-
st.markdown("
|
71 |
|
72 |
# Add custom CSS for the button
|
73 |
st.markdown("""
|
|
|
66 |
st.set_page_config(page_title="Poetic Vision", page_icon=":pencil:", layout="wide") # Set layout to wide
|
67 |
|
68 |
# Main UI components
|
69 |
+
st.markdown("<h1 style='text-align: center;'>VisionTales</h1>", unsafe_allow_html=True)
|
70 |
+
st.markdown("<h3 style='text-align: center;'>Transform your visions into unforgettable stories.</h3>", unsafe_allow_html=True)
|
71 |
|
72 |
# Add custom CSS for the button
|
73 |
st.markdown("""
|