Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/richzhang/PerceptualSimilarity
/ add_header
Method
add_header
util/html.py:27–29 ·
view source on GitHub ↗
(self, str)
Source
from the content-addressed store, hash-verified
25
return
self.img_dir
26
27
def
add_header(self, str):
28
with
self.doc:
29
h3(str)
30
31
def
add_table(self, border=1):
32
self.t = table(border=border, style=
"table-layout: fixed;"
)
Callers
2
display_current_results
Method · 0.95
html.py
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected