Update functions.py
Browse files- functions.py +0 -1
functions.py
CHANGED
@@ -465,7 +465,6 @@ def highlight_entities(article_content,summary_output):
|
|
465 |
return HTML_WRAPPER.format(soup)
|
466 |
|
467 |
def summary_downloader(raw_text):
|
468 |
-
|
469 |
'''Download the summary generated'''
|
470 |
|
471 |
b64 = base64.b64encode(raw_text.encode()).decode()
|
|
|
465 |
return HTML_WRAPPER.format(soup)
|
466 |
|
467 |
def summary_downloader(raw_text):
|
|
|
468 |
'''Download the summary generated'''
|
469 |
|
470 |
b64 = base64.b64encode(raw_text.encode()).decode()
|