Spaces:
Running
Running
removed line
Browse files
app.py
CHANGED
@@ -68,7 +68,7 @@ def main():
|
|
68 |
|
69 |
c1, c2 = st.columns(2)
|
70 |
c2.title("Zonic:AI Music Generator")
|
71 |
-
c1.image('
|
72 |
|
73 |
|
74 |
text_area = st.text_area("Enter your description...")
|
|
|
68 |
|
69 |
c1, c2 = st.columns(2)
|
70 |
c2.title("Zonic:AI Music Generator")
|
71 |
+
c1.image('picture-of-abstract-music.jpg', caption='Modern and Abstract Music Generation', width=100)
|
72 |
|
73 |
|
74 |
text_area = st.text_area("Enter your description...")
|