Upload folder using huggingface_hub
Browse files
app.py
CHANGED
|
@@ -419,9 +419,6 @@ def main() -> None:
|
|
| 419 |
st.markdown("""
|
| 420 |
### What is this?
|
| 421 |
|
| 422 |
-
This tool visualises the multi-agent **attack trajectory** from the
|
| 423 |
-
[Decomposition and Investigating Tool Agents](https://arxiv.org/abs/...) benchmark.
|
| 424 |
-
|
| 425 |
Each `.eval` file contains a full run log where:
|
| 426 |
- 🧩 **Decomposer** breaks the harmful goal into benign-looking subtasks
|
| 427 |
- ⚙️ **Executor** creates branches, commits code, and opens pull requests
|
|
|
|
| 419 |
st.markdown("""
|
| 420 |
### What is this?
|
| 421 |
|
|
|
|
|
|
|
|
|
|
| 422 |
Each `.eval` file contains a full run log where:
|
| 423 |
- 🧩 **Decomposer** breaks the harmful goal into benign-looking subtasks
|
| 424 |
- ⚙️ **Executor** creates branches, commits code, and opens pull requests
|