Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|