annapurnapadmaprema-ji commited on
Commit
19b6f85
·
verified ·
1 Parent(s): 0bb0ef0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ def main():
67
  "Description": text_area,
68
  "Selected duration": time_slider
69
  }
70
- st.write("We will back with your music....please enjoy doing the rest of your tasks while we come back in some time :)")
71
  )
72
  st.subheader("Generated Music")
73
  music_tensors = generate_music_tensors(text_area, time_slider)
 
67
  "Description": text_area,
68
  "Selected duration": time_slider
69
  }
70
+ st.write("We will back with your music....please enjoy doing the rest of your tasks while we come back in some time :)")
71
  )
72
  st.subheader("Generated Music")
73
  music_tensors = generate_music_tensors(text_area, time_slider)