Skip to content

Commit

Permalink
shapes
Browse files Browse the repository at this point in the history
  • Loading branch information
wmentrekin committed Oct 28, 2020
1 parent 01e1993 commit 5033663
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Model.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def write_results():
file = open("tables/closest_margins.html", 'w')
file.write("""<HTML> <body>
<h2>Closest Projected Margins of Victory</h2>
<table>
<table class="center">
{0}
</table>
</body>
Expand Down Expand Up @@ -482,7 +482,7 @@ def write_results():
file = open("tables/lopsided_margins.html", 'w')
file.write("""<HTML> <body>
<h2>Most Lopsided Projected Margins of Victory</h2>
<table>
<table class="center">
{0}
</table>
</body>
Expand Down Expand Up @@ -519,7 +519,7 @@ def write_results():
file = open("tables/tossups.html", 'w')
file.write("""<HTML> <body>
<h2>Projected Tossup States</h2>
<table>
<table class="center">
{0}
</table>
</body>
Expand Down Expand Up @@ -562,8 +562,8 @@ def write_results():
file.close()
file = open("tables/flips.html", 'w')
file.write("""<HTML> <body>
<h2>Projected Tossup States</h2>
<table>
<h2>Projected Flipped States</h2>
<table class="center">
{0}
</table>
</body>
Expand Down Expand Up @@ -596,7 +596,7 @@ def write_results():
file = open("tables/results.html", 'w')
file.write("""<HTML> <body>
<h2>Full Results</h2>
<table>
<table class="center">
{0}
</table>
</body>
Expand Down

0 comments on commit 5033663

Please sign in to comment.