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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -11
app.py CHANGED
@@ -21,17 +21,9 @@ st.set_page_config(
21
  }
22
  )
23
 
24
- st.markdown('''
25
- ### πŸ” Exploratory Data Analysis (EDA) πŸ“Š:
26
- - 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 πŸ†.
27
-
28
- ### πŸ“œ Natural Language Toolkit (NLTK) πŸ› οΈ:
29
- - 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
-
31
- ### πŸ“Ί Transcript Analysis πŸ“ˆ:
32
- - 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 πŸ”‘.
33
-
34
- ''')
35
 
36
  # Download NLTK resources
37
  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')