FlagEval-Arena / index.html
graykingw's picture
Update index.html (#2)
6f5c96b verified
raw
history blame
439 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width" />
<title>My static Space</title>
<link rel="stylesheet" href="style.css" />
</head>
<body>
<iframe
src="https://arena.flageval.net/index.html#/arena?l=en&c=huggingface"
frameborder="0"
allowfullscreen
style="width:100%;height:calc(100vh - 52px - 2em);"></iframe>
</body>
</html>