Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ if audio_file:
|
|
59 |
# Generate Sentiment Word Cloud
|
60 |
with st.spinner("Generating sentiment word cloud..."):
|
61 |
wordcloud = WordCloud(width=800, height=400, background_color='white').generate(transcription.text)
|
62 |
-
st.subheader("Word Cloud of
|
63 |
fig, ax = plt.subplots()
|
64 |
ax.imshow(wordcloud, interpolation='bilinear')
|
65 |
ax.axis('off')
|
|
|
59 |
# Generate Sentiment Word Cloud
|
60 |
with st.spinner("Generating sentiment word cloud..."):
|
61 |
wordcloud = WordCloud(width=800, height=400, background_color='white').generate(transcription.text)
|
62 |
+
st.subheader("Word Cloud of the Transcription")
|
63 |
fig, ax = plt.subplots()
|
64 |
ax.imshow(wordcloud, interpolation='bilinear')
|
65 |
ax.axis('off')
|