Spaces:
Sleeping
Sleeping
SFZG
Browse files
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 |
|