Sync from GitHub via hub-sync
Browse files- app/app.py +1 -1
app/app.py
CHANGED
|
@@ -378,7 +378,7 @@ body {
|
|
| 378 |
'<header class="topbar">'
|
| 379 |
'<div class="smol-shell">'
|
| 380 |
'<h1 class="smol-title">smolnalysis</h1>'
|
| 381 |
-
'<p class="smol-subtitle">Ask for open data, get a rendered interface back.</p>'
|
| 382 |
"</div>"
|
| 383 |
'<div class="status-card"><span class="status-dot"></span><span>Router + adapters online</span></div>'
|
| 384 |
"</header>"
|
|
|
|
| 378 |
'<header class="topbar">'
|
| 379 |
'<div class="smol-shell">'
|
| 380 |
'<h1 class="smol-title">smolnalysis</h1>'
|
| 381 |
+
'<p class="smol-subtitle">Ask for open data, get a rendered interface back. (Check the logs if the response takes too long, maybe there is a model download.)</p>'
|
| 382 |
"</div>"
|
| 383 |
'<div class="status-card"><span class="status-dot"></span><span>Router + adapters online</span></div>'
|
| 384 |
"</header>"
|