mubashiralli commited on
Commit
679bcd7
1 Parent(s): 721d5e4

Updating the link.

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -216,8 +216,9 @@ if st.button("Generate Audio") and genre and energy_level and description and te
216
  st_state.audio_sample_rate = sample_rate
217
  st_state.augmented_audio_pydub = st_state.audio_pydub
218
  st.audio(st_state.audio_pydub.export().read())
219
- st.write(f"To download use the following product code: {product_code}\nTo Publish, please contact the admin by sending the following link: {perm_link}")
220
- st.link_button("Contact Us", "https://songlabai.com/subcribe/")
 
221
  st.link_button("Download Song", "https://songlabai.com/download-music/")
222
 
223
  # Post-processing options
 
216
  st_state.audio_sample_rate = sample_rate
217
  st_state.augmented_audio_pydub = st_state.audio_pydub
218
  st.audio(st_state.audio_pydub.export().read())
219
+ st.write(f"To download use the following product code: {product_code}")
220
+ st.write(f"To Publish, please contact the admin by sending the following link: {perm_link}")
221
+ st.link_button("Contact Us", "https://songlabai.com/contact_us/")
222
  st.link_button("Download Song", "https://songlabai.com/download-music/")
223
 
224
  # Post-processing options