Update app.py
Browse files
app.py
CHANGED
|
@@ -62,7 +62,7 @@ with col1:
|
|
| 62 |
st.markdown("<div class='section-description'>Transform your ideas into music using AI.</div>", unsafe_allow_html=True)
|
| 63 |
music = st.button("Generate Music")
|
| 64 |
if music:
|
| 65 |
-
|
| 66 |
|
| 67 |
|
| 68 |
with col2:
|
|
@@ -70,4 +70,4 @@ with col2:
|
|
| 70 |
st.markdown("<div class='section-description'>Generate stunning images from your text descriptions.</div>", unsafe_allow_html=True)
|
| 71 |
img = st.button("Generate Images")
|
| 72 |
if img:
|
| 73 |
-
st.switch_page("Image_Generator.py")
|
|
|
|
| 62 |
st.markdown("<div class='section-description'>Transform your ideas into music using AI.</div>", unsafe_allow_html=True)
|
| 63 |
music = st.button("Generate Music")
|
| 64 |
if music:
|
| 65 |
+
st.switch_page("pages/Music_Generator.py")
|
| 66 |
|
| 67 |
|
| 68 |
with col2:
|
|
|
|
| 70 |
st.markdown("<div class='section-description'>Generate stunning images from your text descriptions.</div>", unsafe_allow_html=True)
|
| 71 |
img = st.button("Generate Images")
|
| 72 |
if img:
|
| 73 |
+
st.switch_page("pages/Image_Generator.py")
|