Spaces:
Sleeping
Sleeping
new
Browse files
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="
|
| 65 |
)
|
| 66 |
|
| 67 |
def main():
|
| 68 |
|
| 69 |
c1, c2, c3 = st.columns(3)
|
| 70 |
-
c1.subheader("
|
| 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...")
|