iohanngrig commited on
Commit
b820bb8
·
verified ·
1 Parent(s): 9089916

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="img/logo.png", layout="wide")
105
  st.markdown(css_code, unsafe_allow_html=True)
106
  with st.sidebar:
107
- st.image("img/kandinsky.jpg")
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