awacke1 commited on
Commit
43ed0dc
β€’
1 Parent(s): dd9c7cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,9 +21,9 @@ st.set_page_config(
21
  }
22
  )
23
 
24
- 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 πŸ†.
25
- πŸ“œ 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).
26
- πŸ“Ί 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 πŸ”‘.''')
27
 
28
  # Download NLTK resources
29
  nltk.download('punkt')
 
21
  }
22
  )
23
 
24
+ 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 πŸ†.
25
+ πŸ“œ **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).
26
+ πŸ“Ί **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 πŸ”‘.''')
27
 
28
  # Download NLTK resources
29
  nltk.download('punkt')