Spaces:
Running
Running
XQ commited on
Commit ·
3c8edba
1
Parent(s): 8678a16
Update UI
Browse files- src/ui/app.py +1 -1
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 |
|
|
|
|
| 199 |
"pipeline_plan_steps": "Execution Plan",
|
| 200 |
"pipeline_tool_calls": "Tool Calls",
|
| 201 |
"synthesize_status": "Synthesizing final answer ...",
|
| 202 |
+
"example_note": "",
|
| 203 |
},
|
| 204 |
}
|
| 205 |
|