charchits commited on
Commit
ce86bf4
·
1 Parent(s): 43423ad
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -67,7 +67,7 @@ st.set_page_config(
67
  def main():
68
 
69
  c1, c2 = st.columns(2)
70
- c2.title("Zonic: Music Generator")
71
  c1.image('../static/media/picture-of-abstract-music.jpg', caption='Modern and Abstract Music Generation', width=100)
72
 
73
 
 
67
  def main():
68
 
69
  c1, c2 = st.columns(2)
70
+ c2.title("Zonic:AI Music Generator")
71
  c1.image('../static/media/picture-of-abstract-music.jpg', caption='Modern and Abstract Music Generation', width=100)
72
 
73