Spaces:
Sleeping
Sleeping
iohanngrig
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -101,10 +101,10 @@ def main() -> None:
|
|
101 |
Main function
|
102 |
:return: None
|
103 |
"""
|
104 |
-
st.set_page_config(page_title="Image to audio story", page_icon="
|
105 |
st.markdown(css_code, unsafe_allow_html=True)
|
106 |
with st.sidebar:
|
107 |
-
st.image("
|
108 |
#st.write("---")
|
109 |
st.title("Image to Story")
|
110 |
|
|
|
101 |
Main function
|
102 |
:return: None
|
103 |
"""
|
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 |
|