Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -18,14 +18,15 @@ st.set_page_config(
|
|
18 |
st.header('Welcome to Music Vocabulary Splitter')
|
19 |
|
20 |
st.text("""
|
21 |
-
This application is designed to help you analyze and split the vocabulary associated with your music files.
|
|
|
22 |
|
23 |
With Music Vocabulary Splitter, you can:
|
24 |
- Split and categorize words from lyrics or song descriptions.
|
25 |
- Generate insights into the frequency and distribution of words.
|
26 |
- Apply these insights to understand themes and patterns across your music collection.
|
27 |
|
28 |
-
Upload your
|
29 |
""")
|
30 |
|
31 |
|
|
|
18 |
st.header('Welcome to Music Vocabulary Splitter')
|
19 |
|
20 |
st.text("""
|
21 |
+
This application is designed to help you analyze and split the vocabulary associated with your music files.
|
22 |
+
Whether you're looking to categorize lyrics, analyze word usage, or better understand the thematic elements of your songs, Music Vocabulary Splitter is your tool.
|
23 |
|
24 |
With Music Vocabulary Splitter, you can:
|
25 |
- Split and categorize words from lyrics or song descriptions.
|
26 |
- Generate insights into the frequency and distribution of words.
|
27 |
- Apply these insights to understand themes and patterns across your music collection.
|
28 |
|
29 |
+
Upload your audio/video files and let's get started!
|
30 |
""")
|
31 |
|
32 |
|