JeCabrera commited on
Commit
1e502ed
·
verified ·
1 Parent(s): 5d4abba

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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.title("Story Maker App :pencil:")
70
- st.markdown("### Upload your image or provide a prompt to create a Vision around that: ")
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("""