awacke1 commited on
Commit
f733d00
·
1 Parent(s): e6e9141

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ def main():
60
  st.markdown(f"```{content.decode()}```")
61
 
62
  plot_word_frequencies(content)
63
- display_top_words(content)
64
 
65
  if __name__ == '__main__':
66
  main()
 
60
  st.markdown(f"```{content.decode()}```")
61
 
62
  plot_word_frequencies(content)
63
+ # display_top_words(content)
64
 
65
  if __name__ == '__main__':
66
  main()