shiqundong commited on
Commit
02d30ef
·
1 Parent(s): 01ecc16
Files changed (1) hide show
  1. index.html +3 -1
index.html CHANGED
@@ -8,6 +8,8 @@
8
  </head>
9
  <body>
10
  <!-- <h1>Audio Language Model Arena</h1>-->
11
- <iframe src="https://audio-arena.openbmb.cn" width="1024" height="850" frameborder="0" allow="microphone"></iframe>
 
 
12
  </body>
13
  </html>
 
8
  </head>
9
  <body>
10
  <!-- <h1>Audio Language Model Arena</h1>-->
11
+ <div style="display: flex; justify-content: center; align-items: center; height: 100vh;">
12
+ <iframe src="https://audio-arena.openbmb.cn" width="2048" height="850" frameborder="0" allow="microphone"></iframe>
13
+ </div>
14
  </body>
15
  </html>