DrishtiSharma commited on
Commit
bec02e0
·
verified ·
1 Parent(s): 44c1907

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Sentiment Analysis")
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')