Dashboard: use the same crescent favicon as the webapp
Browse files
app.py
CHANGED
|
@@ -203,6 +203,7 @@ DASHBOARD_HTML = """<!DOCTYPE html>
|
|
| 203 |
<meta charset="utf-8">
|
| 204 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 205 |
<title>ASR Annotation — Team Progress</title>
|
|
|
|
| 206 |
<style>
|
| 207 |
:root {
|
| 208 |
--bg: #0f1419; --panel: #1a212b; --panel-2: #222b38; --line: #2c3848;
|
|
|
|
| 203 |
<meta charset="utf-8">
|
| 204 |
<meta name="viewport" content="width=device-width, initial-scale=1">
|
| 205 |
<title>ASR Annotation — Team Progress</title>
|
| 206 |
+
<link rel="icon" type="image/svg+xml" href="data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' fill='none'%3E%3Cdefs%3E%3ClinearGradient id='c' x1='50' y1='8' x2='50' y2='92' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0' stop-color='%23FFD23F'/%3E%3Cstop offset='1' stop-color='%23F5A623'/%3E%3C/linearGradient%3E%3C/defs%3E%3Cpath d='M 82.2 23 A 42 42 0 1 0 82.2 77' stroke='url(%23c)' stroke-width='9' stroke-linecap='round'/%3E%3C/svg%3E">
|
| 207 |
<style>
|
| 208 |
:root {
|
| 209 |
--bg: #0f1419; --panel: #1a212b; --panel-2: #222b38; --line: #2c3848;
|