iohanngrig commited on
Commit
f8f21de
·
verified ·
1 Parent(s): 6fef48d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -104,8 +104,9 @@ def main() -> None:
104
  st.set_page_config(page_title="Image to audio story", page_icon="logo.png", layout="wide")
105
  st.markdown(css_code, unsafe_allow_html=True)
106
  with st.sidebar:
 
107
  st.image("kandinsky.jpg")
108
- #st.write("---")
109
  st.title("Image to Story")
110
 
111
  st.header("Generate audio story from an image")
 
104
  st.set_page_config(page_title="Image to audio story", page_icon="logo.png", layout="wide")
105
  st.markdown(css_code, unsafe_allow_html=True)
106
  with st.sidebar:
107
+ st.write("---")
108
  st.image("kandinsky.jpg")
109
+ st.write("---")
110
  st.title("Image to Story")
111
 
112
  st.header("Generate audio story from an image")