Spaces:
Sleeping
Sleeping
$P@D$3RV£R commited on
Commit ·
f22360e
1
Parent(s): 7ffaeaa
Hide Stats button at top
Browse files- templates/tagger.html +3 -3
templates/tagger.html
CHANGED
|
@@ -129,10 +129,10 @@
|
|
| 129 |
<div class="row">
|
| 130 |
<text>Folder {{ head }} / {{ len }}: {{ current_folder }} | Image Set {{ image_set_index }} / {{ max_sets }}</text>
|
| 131 |
<div style="float:right;">
|
| 132 |
-
<!-- Statistics Link -->
|
| 133 |
-
<a href="/stats" style="background: transparent; color: #6c757d; border: 2px solid #6c757d; padding: 8px 12px; border-radius: 5px; text-decoration: none; font-size: 14px; margin-right: 8px; font-weight: bold;" title="View Analytics Statistics">
|
| 134 |
📊 Stats
|
| 135 |
-
</a>
|
| 136 |
|
| 137 |
<!-- Folder Navigation - Always available in continuous loop mode -->
|
| 138 |
<a href="/prev_folder" style="background: transparent; color: #dc3545; border: 2px solid #dc3545; padding: 8px 12px; border-radius: 5px; text-decoration: none; font-size: 14px; margin-right: 8px; font-weight: bold;" title="Previous folder (loops to end)">
|
|
|
|
| 129 |
<div class="row">
|
| 130 |
<text>Folder {{ head }} / {{ len }}: {{ current_folder }} | Image Set {{ image_set_index }} / {{ max_sets }}</text>
|
| 131 |
<div style="float:right;">
|
| 132 |
+
<!-- Statistics Link - Hidden for now -->
|
| 133 |
+
<!-- <a href="/stats" style="background: transparent; color: #6c757d; border: 2px solid #6c757d; padding: 8px 12px; border-radius: 5px; text-decoration: none; font-size: 14px; margin-right: 8px; font-weight: bold;" title="View Analytics Statistics">
|
| 134 |
📊 Stats
|
| 135 |
+
</a> -->
|
| 136 |
|
| 137 |
<!-- Folder Navigation - Always available in continuous loop mode -->
|
| 138 |
<a href="/prev_folder" style="background: transparent; color: #dc3545; border: 2px solid #dc3545; padding: 8px 12px; border-radius: 5px; text-decoration: none; font-size: 14px; margin-right: 8px; font-weight: bold;" title="Previous folder (loops to end)">
|