Skip to content

Commit 23cb809

Browse files
authored
Remove style blocks (#39)
* remove style blocks
1 parent 698561a commit 23cb809

File tree

1 file changed

+0
-31
lines changed

1 file changed

+0
-31
lines changed

README.md

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -16,19 +16,6 @@ PolyGraph is a Python library for evaluating graph generative models by providin
1616
(including PolyGraph Discrepancy).
1717

1818
PolyGraph discrepancy is a new metric we introduced, which provides the following advantages over maxmimum mean discrepancy (MMD):
19-
<style>
20-
table {
21-
font-size: 90%;
22-
margin: 0 auto;
23-
}
24-
th, td {
25-
text-align: center;
26-
padding: 4px 8px;
27-
}
28-
th:first-child, td:first-child {
29-
text-align: left;
30-
}
31-
</style>
3219

3320
<table>
3421
<thead>
@@ -117,24 +104,6 @@ We provide larger datasets that should be used instead:
117104

118105
Here is an example benchmark one can generate with this library using multiple different models and datasets. The details of the generation of this benchmark are given in our paper.
119106

120-
<style>
121-
table {
122-
font-size: 85%;
123-
border-collapse: collapse;
124-
}
125-
th, td {
126-
text-align: center;
127-
padding: 4px 6px;
128-
border: 1px solid #ddd;
129-
}
130-
th:first-child, td:first-child {
131-
text-align: left;
132-
}
133-
th:nth-child(2), td:nth-child(2) {
134-
text-align: left;
135-
}
136-
</style>
137-
138107
<table>
139108
<thead>
140109
<tr>

0 commit comments

Comments
 (0)