Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -100,7 +100,7 @@
|
|
| 100 |
background-color: #e60000;
|
| 101 |
}
|
| 102 |
|
| 103 |
-
|
| 104 |
font-size: 14px;
|
| 105 |
}
|
| 106 |
</style>
|
|
@@ -157,7 +157,7 @@
|
|
| 157 |
const outputDiv = document.getElementById('output');
|
| 158 |
outputDiv.innerHTML = `
|
| 159 |
<h1>Model Parameter Calculator</h1>
|
| 160 |
-
<div class="section
|
| 161 |
<h3>Attention</h3>
|
| 162 |
<table>
|
| 163 |
<tr>
|
|
|
|
| 100 |
background-color: #e60000;
|
| 101 |
}
|
| 102 |
|
| 103 |
+
th, td {
|
| 104 |
font-size: 14px;
|
| 105 |
}
|
| 106 |
</style>
|
|
|
|
| 157 |
const outputDiv = document.getElementById('output');
|
| 158 |
outputDiv.innerHTML = `
|
| 159 |
<h1>Model Parameter Calculator</h1>
|
| 160 |
+
<div class="section">
|
| 161 |
<h3>Attention</h3>
|
| 162 |
<table>
|
| 163 |
<tr>
|