We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e669140 commit 20fc72eCopy full SHA for 20fc72e
protomodels/2026_v2/createTable.py
@@ -6,7 +6,7 @@
6
7
def header ( f ):
8
f.write ( "<table>\n" )
9
- f.write ( "<caption>High Score Models</caption>\n" )
+ # f.write ( "<caption>High Score Models</caption>\n" )
10
f.write ( "<thead>\n" )
11
f.write ( " <tr>\n" )
12
f.write ( " <th scope='col'>Name</th>\n" )
0 commit comments