Spaces:
Sleeping
Sleeping
Commit
·
008f45b
1
Parent(s):
0bf931b
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,8 +105,8 @@ with gr.Blocks(css=css) as demo:
|
|
| 105 |
# Custom header with branding
|
| 106 |
gr.HTML("""
|
| 107 |
<div class="app-header" style="background: linear-gradient(135deg, #4a90e2, #75c6ef); padding: 15px; border-radius: 16px 16px 0 0; color: white; border-bottom: 3px solid #e6c200;">
|
| 108 |
-
<h1 style="font-size:
|
| 109 |
-
<span style="margin-right: 10px; font-size:
|
| 110 |
<span style="font-weight: 700; margin-right: 1px;">Safe</span>
|
| 111 |
<span style="font-weight: 400; letter-spacing: 1px;">Playground</span>
|
| 112 |
</h1>
|
|
|
|
| 105 |
# Custom header with branding
|
| 106 |
gr.HTML("""
|
| 107 |
<div class="app-header" style="background: linear-gradient(135deg, #4a90e2, #75c6ef); padding: 15px; border-radius: 16px 16px 0 0; color: white; border-bottom: 3px solid #e6c200;">
|
| 108 |
+
<h1 style="font-size: 32px; font-weight: 600; margin: 0; display: flex; align-items: center; font-family: 'Palatino', serif;">
|
| 109 |
+
<span style="margin-right: 10px; font-size: 32px;">🛡️</span>
|
| 110 |
<span style="font-weight: 700; margin-right: 1px;">Safe</span>
|
| 111 |
<span style="font-weight: 400; letter-spacing: 1px;">Playground</span>
|
| 112 |
</h1>
|