Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ st.sidebar.title("Choose the task")
|
|
84 |
def main():
|
85 |
with st.sidebar.expander("Audio Story"):
|
86 |
|
87 |
-
st.
|
88 |
st.title("Turn the Image into Audio Story")
|
89 |
|
90 |
# Allows users to upload an image file
|
|
|
84 |
def main():
|
85 |
with st.sidebar.expander("Audio Story"):
|
86 |
|
87 |
+
st.write(page_title="🎨 Image-to-Audio Story 🎧", page_icon="🖼️")
|
88 |
st.title("Turn the Image into Audio Story")
|
89 |
|
90 |
# Allows users to upload an image file
|