Update app.py
Browse files
app.py
CHANGED
@@ -13,6 +13,8 @@ from sklearn.metrics.pairwise import cosine_similarity
|
|
13 |
from wordcloud import WordCloud
|
14 |
import spacy
|
15 |
|
|
|
|
|
16 |
# Advanced NLP Libraries
|
17 |
from transformers import (
|
18 |
AutoTokenizer,
|
@@ -187,7 +189,6 @@ class SpeechAnalyzer:
|
|
187 |
return G
|
188 |
|
189 |
def main():
|
190 |
-
st.set_page_config(page_title="Advanced Political Speech Analysis", page_icon="🗣️", layout="wide")
|
191 |
st.title("🗣️ Advanced Political Speech Analysis Toolkit")
|
192 |
|
193 |
# Initialize analyzer
|
|
|
13 |
from wordcloud import WordCloud
|
14 |
import spacy
|
15 |
|
16 |
+
st.set_page_config(page_title="Advanced Political Speech Analysis", page_icon="🗣️", layout="wide")
|
17 |
+
|
18 |
# Advanced NLP Libraries
|
19 |
from transformers import (
|
20 |
AutoTokenizer,
|
|
|
189 |
return G
|
190 |
|
191 |
def main():
|
|
|
192 |
st.title("🗣️ Advanced Political Speech Analysis Toolkit")
|
193 |
|
194 |
# Initialize analyzer
|