broadfield commited on
Commit
bcd798b
·
verified ·
1 Parent(s): 978e17d

Upload lmarena_ai__5524.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. lmarena_ai__5524.html +43 -0
lmarena_ai__5524.html ADDED
@@ -0,0 +1,43 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!doctype html>
2
+ <html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <link rel="shortcut icon" type="image/jpg" href=""/>
7
+ <meta name="twitter:card" content="player"/>
8
+ <meta name="twitter:site" content=""/>
9
+ <meta name="twitter:player" content="https://broadfield-a.static.hf.space/lmarena_ai__5524.html"/>
10
+ <meta name="twitter:player:stream" content="https://broadfield-a.static.hf.space/lmarena_ai__5524.html"/>
11
+ <meta name="twitter:player:width" content="100%"/>
12
+ <meta name="twitter:player:height" content="100%"/>
13
+ <meta property="og:title" content="Chatbot Arena"/>
14
+ <meta property="og:description" content="Chatbot Arena"/>
15
+ <meta property="og:image" content=""/>
16
+ <!---meta http-equiv="refresh" content="0; url=https://broadfield-fast-voice-full.hf.space/?pdfurl="--->
17
+ <title>Chatbot Arena</title>
18
+ <style>
19
+ .container {
20
+ position: relative;
21
+ overflow: hidden;
22
+ width: 100%;
23
+ height: 500px;
24
+ margin-top:-10px;
25
+ }
26
+ .responsive-iframe {
27
+ position: relative;
28
+ top: 0;
29
+ left: 0;
30
+ bottom: 0;
31
+ right: 0;
32
+ width: 100%;
33
+ height: 500px;
34
+ }
35
+ </style>
36
+ </head>
37
+ <body>
38
+ <div class="t">Viewer for<br>https://lmarena.ai/</div>
39
+ <div class='container'>
40
+ <iframe class='responsive-iframe' src='https://lmarena.ai/' allow='autoplay' width=100%></iframe>
41
+ </div>
42
+ </body>
43
+ </html>