shiqundong commited on
Commit
2f0b206
1 Parent(s): 0df2846
Files changed (2) hide show
  1. index.html +2 -2
  2. style.css +1 -1
index.html CHANGED
@@ -3,11 +3,11 @@
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
- <h1>Audio Language Model Arena</h1>
11
  <iframe src="https://audio-arena.openbmb.cn" width="100%" height="100%" frameborder="0" allow="microphone"></iframe>
12
  </body>
13
  </html>
 
3
  <head>
4
  <meta charset="utf-8" />
5
  <meta name="viewport" content="width=device-width" />
6
+ <title>Audio Arena</title>
7
  <link rel="stylesheet" href="style.css" />
8
  </head>
9
  <body>
10
+ <!-- <h1>Audio Language Model Arena</h1>-->
11
  <iframe src="https://audio-arena.openbmb.cn" width="100%" height="100%" frameborder="0" allow="microphone"></iframe>
12
  </body>
13
  </html>
style.css CHANGED
@@ -1,5 +1,5 @@
1
  body {
2
- padding: 2rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5
 
 
1
  body {
2
+ padding: 0rem;
3
  font-family: -apple-system, BlinkMacSystemFont, "Arial", sans-serif;
4
  }
5