LLMArena commited on
Commit
70f2671
·
verified ·
1 Parent(s): 7eb649c

Create index.html

Browse files
Files changed (1) hide show
  1. index.html +17 -0
index.html ADDED
@@ -0,0 +1,17 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html>
3
+ <head>
4
+ <title>My Gradio App</title>
5
+ <style>
6
+ body { margin: 0; padding: 0; }
7
+ iframe {
8
+ width: 100vw;
9
+ height: 100vh;
10
+ border: none;
11
+ }
12
+ </style>
13
+ </head>
14
+ <body>
15
+ <iframe src="https://llmarena.ru/?leaderboard"></iframe>
16
+ </body>
17
+ </html>