Spaces:
Sleeping
Sleeping
update paper link to GitHub PDF
Browse files
app.py
CHANGED
|
@@ -422,7 +422,7 @@ def build_about_tab() -> None:
|
|
| 422 |
"- **Code**: [github.com/ronyrahmaan/saeguardbench]"
|
| 423 |
"(https://github.com/ronyrahmaan/saeguardbench)\n"
|
| 424 |
"- **Dataset**: [HuggingFace](https://huggingface.co/datasets/mdarahmanxAI/SAEGuardBench)\n"
|
| 425 |
-
"- **Paper**:
|
| 426 |
)
|
| 427 |
|
| 428 |
gr.Markdown("---")
|
|
|
|
| 422 |
"- **Code**: [github.com/ronyrahmaan/saeguardbench]"
|
| 423 |
"(https://github.com/ronyrahmaan/saeguardbench)\n"
|
| 424 |
"- **Dataset**: [HuggingFace](https://huggingface.co/datasets/mdarahmanxAI/SAEGuardBench)\n"
|
| 425 |
+
"- **Paper**: [PDF](https://github.com/ronyrahmaan/saeguardbench/blob/main/paper.pdf)"
|
| 426 |
)
|
| 427 |
|
| 428 |
gr.Markdown("---")
|