Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,7 +78,8 @@ def main():
|
|
78 |
left_co.write("""Music Generation through a prompt""")
|
79 |
left_co.write(("""PS : First generation may take some time ......."""))
|
80 |
|
81 |
-
|
|
|
82 |
with left_co:
|
83 |
st.text('')
|
84 |
st.text('')
|
|
|
78 |
left_co.write("""Music Generation through a prompt""")
|
79 |
left_co.write(("""PS : First generation may take some time ......."""))
|
80 |
|
81 |
+
# Move the "Generate" button outside the st.sidebar block
|
82 |
+
if st.button('Generate !'):
|
83 |
with left_co:
|
84 |
st.text('')
|
85 |
st.text('')
|