Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion reports/report_generator.py
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,10 @@ def create_report(self, data, path, network_image_path, sentiment_image_path,
<!DOCTYPE html>
<html>
<head>
<!-- nofollow, notranslate -->
<meta name="robots" content="noindex, nofollow">
<meta name="googlebot" content="noindex, nofollow">
<meta name="google" content="notranslate" />
<style>
/* Global styles for consistent formatting */
body {{
Expand Down Expand Up @@ -234,4 +238,4 @@ def json_to_html(self, data):
Uses json2html library for conversion while maintaining
consistent styling with the rest of the report
"""
return json2html.json2html.convert(json=data)
return json2html.json2html.convert(json=data)