Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Russell Jarvis
ScienceAccess
Commits
47ec0677
Commit
47ec0677
authored
Dec 11, 2021
by
Russell Jarvis
💬
Browse files
update readability app
parent
5d924b3f
Changes
1
Hide whitespace changes
Inline
Side-by-side
app.py
View file @
47ec0677
...
...
@@ -486,7 +486,7 @@ def main():
)
st
.
markdown
(
"
\n\n
"
)
st
.
markdown
(
"-----"
)
#
st.markdown("-----")
st
.
markdown
(
""" ### Word Frequency Word Cloud"""
)
"""
This word cloud is based on the most common words found in the mined text.
...
...
@@ -514,7 +514,7 @@ def main():
"""
### Download Data:
"""
# corpus = create_giant_strings(grab_set_auth,not_want_list)
st
.
markdown
(
get_table_download_link_csv
(
df_author
,
author_name
),
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment