Spaces:
Sleeping
Sleeping
Claude Code Claude Opus 4.6 commited on
Commit ·
0c309de
1
Parent(s): cc1784f
feat: Bump dashboard version to v2.0
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- gradio_dashboard.py +1 -1
gradio_dashboard.py
CHANGED
|
@@ -891,7 +891,7 @@ def create_dashboard():
|
|
| 891 |
|
| 892 |
with gr.Blocks(title="Cain System Health Dashboard", head=WEBSOCKET_JS) as app:
|
| 893 |
|
| 894 |
-
gr.Markdown("# 🐱 Cain System Health Dashboard")
|
| 895 |
gr.Markdown("Real-time monitoring of HuggingClaw-Cain's internal operations")
|
| 896 |
gr.Markdown(f"**API Endpoint:** `{API_BASE_URL}`")
|
| 897 |
|
|
|
|
| 891 |
|
| 892 |
with gr.Blocks(title="Cain System Health Dashboard", head=WEBSOCKET_JS) as app:
|
| 893 |
|
| 894 |
+
gr.Markdown("# 🐱 Cain System Health Dashboard v2.0")
|
| 895 |
gr.Markdown("Real-time monitoring of HuggingClaw-Cain's internal operations")
|
| 896 |
gr.Markdown(f"**API Endpoint:** `{API_BASE_URL}`")
|
| 897 |
|