Spaces:
Sleeping
Sleeping
Fix shield emoji surrogate pair in TITLE
Browse files
app.py
CHANGED
|
@@ -187,7 +187,7 @@ EXAMPLES = [
|
|
| 187 |
# ---------------------------------------------------------------------------
|
| 188 |
TITLE = """
|
| 189 |
<div style="text-align:center; padding:16px 0;">
|
| 190 |
-
<h1 style="font-size:2em; margin:0;">\
|
| 191 |
<p style="color:#94a3b8; font-size:1.1em; margin-top:4px;">
|
| 192 |
Prompt Security Analyzer \u2014 Powered by
|
| 193 |
<a href="https://huggingface.co/meta-llama/Llama-Prompt-Guard-2-86M"
|
|
|
|
| 187 |
# ---------------------------------------------------------------------------
|
| 188 |
TITLE = """
|
| 189 |
<div style="text-align:center; padding:16px 0;">
|
| 190 |
+
<h1 style="font-size:2em; margin:0;">\U0001f6e1\ufe0f GuardLLM</h1>
|
| 191 |
<p style="color:#94a3b8; font-size:1.1em; margin-top:4px;">
|
| 192 |
Prompt Security Analyzer \u2014 Powered by
|
| 193 |
<a href="https://huggingface.co/meta-llama/Llama-Prompt-Guard-2-86M"
|