Liangcd commited on
Commit
da5dea5
1 Parent(s): 1292056

[demo] Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ OUTPUT_FAIL = (STYLE + """
37
  <div class="row"><h1 style="text-align: center">The speakers are</h1></div>
38
  <div class="row"><h1 class="display-1 text-danger" style="text-align: center">{:.1f}%</h1></div>
39
  <div class="row"><h1 style="text-align: center">similar</h1></div>
40
- <div class="row"><h1 class="text-danger" style="text-align: center">You shall not pass!</h1></div>
41
  <div class="row"><small style="text-align: center">(You must get at least 50% to be considered the same person)</small><div class="row">
42
  </div>
43
  """)
 
37
  <div class="row"><h1 style="text-align: center">The speakers are</h1></div>
38
  <div class="row"><h1 class="display-1 text-danger" style="text-align: center">{:.1f}%</h1></div>
39
  <div class="row"><h1 style="text-align: center">similar</h1></div>
40
+ <div class="row"><h1 class="text-danger" style="text-align: center">Warning! stranger!</h1></div>
41
  <div class="row"><small style="text-align: center">(You must get at least 50% to be considered the same person)</small><div class="row">
42
  </div>
43
  """)