QuadraV commited on
Commit
12fa509
·
verified ·
1 Parent(s): e778aa7

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -5
index.html CHANGED
@@ -4,7 +4,7 @@
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
- <link rel="icon" href="static/logo_whisper.png" type="image/x-icon">
8
  <title>Funsound Multilingual Speech Translator</title>
9
  <style>
10
  body {
@@ -70,11 +70,11 @@
70
  }
71
 
72
  .video-container {
73
- flex: 0 0 30%;
74
  }
75
 
76
  .asr-container {
77
- flex: 0 0 70%;
78
  overflow-y: auto;
79
  position: relative;
80
  display: flex;
@@ -372,7 +372,7 @@
372
  <body>
373
  <div class="container">
374
  <div class="title">
375
- <img src="static/logo_whisper.png" alt="Funsound Logo">
376
  Funsound Multilingual Speech Translator
377
  </div>
378
  <div class="content">
@@ -974,4 +974,4 @@
974
 
975
  </body>
976
 
977
- </html>
 
4
  <head>
5
  <meta charset="UTF-8">
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0">
7
+ <link rel="icon" href="https://www.funsound.cn/static/images/logo_funsound.png" type="image/png">
8
  <title>Funsound Multilingual Speech Translator</title>
9
  <style>
10
  body {
 
70
  }
71
 
72
  .video-container {
73
+ flex: 0 0 40%;
74
  }
75
 
76
  .asr-container {
77
+ flex: 0 0 60%;
78
  overflow-y: auto;
79
  position: relative;
80
  display: flex;
 
372
  <body>
373
  <div class="container">
374
  <div class="title">
375
+ <img src="https://www.funsound.cn/static/images/logo_funsound.png" alt="Funsound Logo">
376
  Funsound Multilingual Speech Translator
377
  </div>
378
  <div class="content">
 
974
 
975
  </body>
976
 
977
+ </html>