awacke1 commited on
Commit
9593900
Β·
verified Β·
1 Parent(s): afd4085

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -3
app.py CHANGED
@@ -25,9 +25,11 @@ st.set_page_config(
25
  }
26
  )
27
 
28
- st.markdown('''πŸ” **Exploratory Data Analysis (EDA)** πŸ“Š: - Dive deep into the sea of data with our EDA feature, unveiling hidden patterns πŸ•΅οΈβ€β™‚οΈ and insights 🧠 in your transcripts. Transform raw data into a treasure trove of information πŸ†.
29
- πŸ“œ **Natural Language Toolkit (NLTK)** πŸ› οΈ: - Harness the power of NLTK to process and understand human language πŸ—£οΈ. From tokenization to sentiment analysis, our toolkit is your compass 🧭 in the vast landscape of natural language processing (NLP).
30
- πŸ“Ί **Transcript Analysis** πŸ“ˆ: - Elevate your text analysis with our advanced transcript analysis tools. Whether it's speech recognition πŸŽ™οΈ or thematic extraction 🌐, turn your audiovisual content into actionable insights πŸ”‘.''')
 
 
31
 
32
  # Download NLTK resources
33
  nltk.download('punkt')
 
25
  }
26
  )
27
 
28
+ st.markdown('''
29
+ 1. πŸ” **Transcript Insights Using Exploratory Data Analysis (EDA)** πŸ“Š - Unveil hidden patterns πŸ•΅οΈβ€β™‚οΈ and insights 🧠 in your transcripts. πŸ†.
30
+ 2. πŸ“œ **Natural Language Toolkit (NLTK)** πŸ› οΈ:- your compass 🧭 in the vast landscape of NLP.
31
+ 3. πŸ“Ί **Transcript Analysis** πŸ“ˆ:Speech recognition πŸŽ™οΈ and thematic extraction 🌐, audiovisual content to actionable insights πŸ”‘.
32
+ ''')
33
 
34
  # Download NLTK resources
35
  nltk.download('punkt')