Spaces:
Sleeping
Sleeping
iohanngrig
commited on
Update app.py
Browse files
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 |
-
|
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")
|