AsusHP commited on
Commit
b0ef07a
·
1 Parent(s): ea2b5a9

change tip font size

Browse files
deploy/static/styles.css CHANGED
@@ -59,6 +59,10 @@ header {
59
  font-size: 24px;
60
  }
61
 
 
 
 
 
62
  .grid-container {
63
  display: flex;
64
  flex-direction: column;
 
59
  font-size: 24px;
60
  }
61
 
62
+ #tip {
63
+ font-size: 24px;
64
+ }
65
+
66
  .grid-container {
67
  display: flex;
68
  flex-direction: column;
deploy/templates/webpage.html CHANGED
@@ -31,7 +31,8 @@
31
 
32
  <div id="bigChar">Your digit is: <span id="digitoValor"></span></div>
33
  <div id="number">Prediction probability: <span id="probabilidadeValor"></span>%</div>
34
- <div>Tip: The larger your drawing, the better the model can recognize it.</div>
 
35
 
36
  </div>
37
 
 
31
 
32
  <div id="bigChar">Your digit is: <span id="digitoValor"></span></div>
33
  <div id="number">Prediction probability: <span id="probabilidadeValor"></span>%</div>
34
+ <br />
35
+ <div id="tip">Tip: The larger your drawing, the better the model can recognize it.</div>
36
 
37
  </div>
38