charchits commited on
Commit
45d94b5
1 Parent(s): 50feed9
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -61,13 +61,13 @@ def download_music(bin_file, file_label="File"):
61
  st.set_page_config(
62
  layout='wide',
63
  page_icon=":musical_note:",
64
- page_title="MusicGen"
65
  )
66
 
67
  def main():
68
 
69
  c1, c2, c3 = st.columns(3)
70
- c1.subheader("Zonic: AI music generator")
71
  st.image('picture-of-abstract-music.jpg', caption='Modern and Abstract Music Generation', use_column_width=True)
72
 
73
  text_area = st.text_area("Enter your description...")
 
61
  st.set_page_config(
62
  layout='wide',
63
  page_icon=":musical_note:",
64
+ page_title="ZONIC: AI Music Generator"
65
  )
66
 
67
  def main():
68
 
69
  c1, c2, c3 = st.columns(3)
70
+ c1.subheader("ZONIC: AI Music Generator")
71
  st.image('picture-of-abstract-music.jpg', caption='Modern and Abstract Music Generation', use_column_width=True)
72
 
73
  text_area = st.text_area("Enter your description...")