Subhraj07 commited on
Commit
115f079
·
1 Parent(s): 6b4e793

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
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. 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.
 
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 music files and let's get started!
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