Gpagejr12 commited on
Commit
be149f3
·
verified ·
1 Parent(s): f880ab6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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
- if st.sidebar.button('Generate !'):
 
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('')