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 4f3a97b commit 8d23e26
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 @@ -143,7 +143,7 @@ def dict_to_dataframe(data_dict):
dataframes = dict_to_dataframe(table)


''' HTML FILE CRE
''' HTML FILE CREATION '''
html_file = open("index.html","w")

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

html_file.write(f"<h1>{key}</h1>\n")
Expand Down

0 comments on commit 8d23e26

Please sign in to comment.