Skip to content

Commit

Permalink
Update packageComparisonTool.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ryma2fhir authored May 16, 2024
1 parent 8d23e26 commit 484c085
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions PackageComparisonTool/packageComparisonTool.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ def dict_to_dataframe(data_dict):
html_file = open("index.html","w")

#HTML(dataframes.to_html(classes='table table-stripped'))
html_file.write("
html_file.write('''
<html>
<head>
<style>
Expand Down Expand Up @@ -181,7 +181,7 @@ def dict_to_dataframe(data_dict):
</head>
<body>
<h1></h1>
")
''')
html_file.write(f"<title>Table for the {attibute} element</title>")
for key, df in dataframes.items():

Expand Down

0 comments on commit 484c085

Please sign in to comment.