Spaces:
Sleeping
Sleeping
daily changes
Browse files
app.py
CHANGED
@@ -59,14 +59,16 @@ def download_music(bin_file, file_label="File"):
|
|
59 |
return href
|
60 |
|
61 |
st.set_page_config(
|
|
|
62 |
page_icon=":musical_note:",
|
63 |
page_title="MusicGen"
|
64 |
)
|
65 |
|
66 |
def main():
|
|
|
67 |
c1, c2 = st.columns(2)
|
68 |
-
c2.
|
69 |
-
c1.
|
70 |
|
71 |
|
72 |
text_area = st.text_area("Enter your description...")
|
|
|
59 |
return href
|
60 |
|
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 = 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 |
|
74 |
text_area = st.text_area("Enter your description...")
|