Spaces:
Sleeping
Sleeping
XQ commited on
Commit ·
97349d2
1
Parent(s): a120767
Update UI
Browse files- src/ui/app.py +2 -3
src/ui/app.py
CHANGED
|
@@ -199,7 +199,7 @@ TEXTS: dict[str, dict[str, str]] = {
|
|
| 199 |
"pipeline_plan_steps": "Execution Plan",
|
| 200 |
"pipeline_tool_calls": "Tool Calls",
|
| 201 |
"synthesize_status": "Synthesizing final answer ...",
|
| 202 |
-
"example_note": "ℹ️
|
| 203 |
},
|
| 204 |
}
|
| 205 |
|
|
@@ -217,8 +217,7 @@ st.markdown('<meta name="robots" content="noindex, nofollow">', unsafe_allow_htm
|
|
| 217 |
# ---------------------------------------------------------------------------
|
| 218 |
# Analytics — Umami Cloud
|
| 219 |
# ---------------------------------------------------------------------------
|
| 220 |
-
|
| 221 |
-
components.html(
|
| 222 |
'<script async src="https://cloud.umami.is/script.js"'
|
| 223 |
' data-website-id="cf6c908e-1236-4406-8c02-88aa7c9a0db2"></script>',
|
| 224 |
height=0,
|
|
|
|
| 199 |
"pipeline_plan_steps": "Execution Plan",
|
| 200 |
"pipeline_tool_calls": "Tool Calls",
|
| 201 |
"synthesize_status": "Synthesizing final answer ...",
|
| 202 |
+
"example_note": "ℹ️ Random questions are in Danish.",
|
| 203 |
},
|
| 204 |
}
|
| 205 |
|
|
|
|
| 217 |
# ---------------------------------------------------------------------------
|
| 218 |
# Analytics — Umami Cloud
|
| 219 |
# ---------------------------------------------------------------------------
|
| 220 |
+
st.html(
|
|
|
|
| 221 |
'<script async src="https://cloud.umami.is/script.js"'
|
| 222 |
' data-website-id="cf6c908e-1236-4406-8c02-88aa7c9a0db2"></script>',
|
| 223 |
height=0,
|