Spaces:
Runtime error
Runtime error
potato-pzy commited on
Commit ·
5e1f0b2
1
Parent(s): e07fd90
fix: remove subtitle from SIEM dashboard header
Browse files
templates/genai_monitoring.html
CHANGED
|
@@ -29,7 +29,6 @@
|
|
| 29 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
| 30 |
<div>
|
| 31 |
<h1 style="font-size: 1.5rem; margin: 0;">GenAI SIEM V2</h1>
|
| 32 |
-
<p class="mono" style="text-transform: uppercase; color: var(--muted);">Prompt Guard 2 · Live Adversarial Monitor · {{ model }}</p>
|
| 33 |
</div>
|
| 34 |
<a href="#" onclick="event.preventDefault(); window.location.href='/'+window.location.search;" class="btn secondary" style="font-size: 0.75rem;">← Back to Chat</a>
|
| 35 |
</div>
|
|
|
|
| 29 |
<div style="display: flex; justify-content: space-between; align-items: center;">
|
| 30 |
<div>
|
| 31 |
<h1 style="font-size: 1.5rem; margin: 0;">GenAI SIEM V2</h1>
|
|
|
|
| 32 |
</div>
|
| 33 |
<a href="#" onclick="event.preventDefault(); window.location.href='/'+window.location.search;" class="btn secondary" style="font-size: 0.75rem;">← Back to Chat</a>
|
| 34 |
</div>
|