AlephBeth-AI commited on
Commit
e189cee
·
verified ·
1 Parent(s): 3d416f8

Fix shield emoji surrogate pair in TITLE

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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;">\ud83d\udee1\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"
 
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"