Spaces:
Running
Running
Update index.html
Browse files- index.html +2 -2
index.html
CHANGED
|
@@ -58,11 +58,11 @@ limitations under the License.
|
|
| 58 |
<button id="clear-cache-button" title="Clear model cache">
|
| 59 |
<i class="fa-solid fa-trash"></i>
|
| 60 |
</button>
|
| 61 |
-
<div class="version-info">
|
| 62 |
<span id="version-text"></span>
|
| 63 |
<button id="toggle-version-button"></button>
|
| 64 |
</div>
|
| 65 |
-
<div class="title-container">
|
| 66 |
<h1>Gemma 3n Multimodal Demo</h1>
|
| 67 |
</div>
|
| 68 |
<div class="video-container">
|
|
|
|
| 58 |
<button id="clear-cache-button" title="Clear model cache">
|
| 59 |
<i class="fa-solid fa-trash"></i>
|
| 60 |
</button>
|
| 61 |
+
<div class="version-info" id="version-info">
|
| 62 |
<span id="version-text"></span>
|
| 63 |
<button id="toggle-version-button"></button>
|
| 64 |
</div>
|
| 65 |
+
<div class="title-container" id="title-container">
|
| 66 |
<h1>Gemma 3n Multimodal Demo</h1>
|
| 67 |
</div>
|
| 68 |
<div class="video-container">
|