Spaces:
Running
Running
Update index.html
Browse files- index.html +5 -1
index.html
CHANGED
|
@@ -99,6 +99,10 @@
|
|
| 99 |
button:hover {
|
| 100 |
background-color: #e60000;
|
| 101 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
| 102 |
</style>
|
| 103 |
<script>
|
| 104 |
function calculateParameters() {
|
|
@@ -153,7 +157,7 @@
|
|
| 153 |
const outputDiv = document.getElementById('output');
|
| 154 |
outputDiv.innerHTML = `
|
| 155 |
<h1>Model Parameter Calculator</h1>
|
| 156 |
-
<div class="section">
|
| 157 |
<h3>Attention</h3>
|
| 158 |
<table>
|
| 159 |
<tr>
|
|
|
|
| 99 |
button:hover {
|
| 100 |
background-color: #e60000;
|
| 101 |
}
|
| 102 |
+
|
| 103 |
+
.table-font {
|
| 104 |
+
font-size: 14px;
|
| 105 |
+
}
|
| 106 |
</style>
|
| 107 |
<script>
|
| 108 |
function calculateParameters() {
|
|
|
|
| 157 |
const outputDiv = document.getElementById('output');
|
| 158 |
outputDiv.innerHTML = `
|
| 159 |
<h1>Model Parameter Calculator</h1>
|
| 160 |
+
<div class="section table-font">
|
| 161 |
<h3>Attention</h3>
|
| 162 |
<table>
|
| 163 |
<tr>
|