update UI
Browse files
app.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
"""
|
2 |
-
simple_demo.py
|
3 |
"""
|
4 |
|
5 |
import os
|
@@ -219,8 +219,6 @@ with gr.Blocks(title="LionGuard2", theme=gr.themes.Base().set(
|
|
219 |
)) as demo:
|
220 |
gr.HTML("""
|
221 |
<div style="text-align: center; margin-bottom: 40px; padding: 20px;">
|
222 |
-
<h1 style="color: #f9fafb; font-size: 36px; font-weight: 700; margin-bottom: 12px; text-shadow: 0 2px 4px rgba(0,0,0,0.3);">🦁 LionGuard2</h1>
|
223 |
-
<p style="color: #d1d5db; font-size: 16px; font-weight: 400; margin: 0;">Detect safety violations, and localised to Singapore</p>
|
224 |
|
225 |
</div>
|
226 |
""")
|
|
|
1 |
"""
|
2 |
+
simple_demo.py
|
3 |
"""
|
4 |
|
5 |
import os
|
|
|
219 |
)) as demo:
|
220 |
gr.HTML("""
|
221 |
<div style="text-align: center; margin-bottom: 40px; padding: 20px;">
|
|
|
|
|
222 |
|
223 |
</div>
|
224 |
""")
|