SkyNetWalker commited on
Commit
9047f1a
·
verified ·
1 Parent(s): f433461

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -250,9 +250,9 @@ def get_header_html() -> str:
250
 
251
  return f"""
252
  <div class="header-card">
253
- <h1 class="header-title">{logo_html}Real-time Speech Transcription</h1>
254
- <p class="header-subtitle">Enter the <b>App Password</b> below, then click the microphone to start streaming transcriptions.</p>
255
- <p class="header-subtitle">Talk naturally. Talk fast. Talk ridiculously fast. I can handle it.</p>
256
  </div>
257
  """
258
 
 
250
 
251
  return f"""
252
  <div class="header-card">
253
+ <h1 class="header-title">{logo_html}Real-time ASR ...(<500 ms)... </h1>
254
+ <p class="header-subtitle">Enter the 🔥<b>App Password</b>🔥 below, then click the microphone to start streaming transcriptions.</p>
255
+ <p class="header-subtitle">🗣️ Talk naturally. Talk fast. Talk ridiculously fast. I can handle it.🔥 </p>
256
  </div>
257
  """
258