Update app.py
Browse files
app.py
CHANGED
|
@@ -150,7 +150,7 @@ body, .gradio-container {
|
|
| 150 |
# ------------------ REACT FRONTEND (subtitle color updated) ------------------
|
| 151 |
react_html = """
|
| 152 |
<div class="glass">
|
| 153 |
-
<h1 style="margin:0;font-size:28px;">Crowd Behavior Analyzer</h1>
|
| 154 |
<!-- subtitle color changed to a light tone (#E6EEF3) for readability -->
|
| 155 |
<p style="color:#E6EEF3; opacity:0.95; margin-top:6px; margin-bottom:10px;">
|
| 156 |
Dark • Glassmorphism • React Autoplay Preview
|
|
|
|
| 150 |
# ------------------ REACT FRONTEND (subtitle color updated) ------------------
|
| 151 |
react_html = """
|
| 152 |
<div class="glass">
|
| 153 |
+
<h1 style="margin:0;font-size:28px;color:red;">Crowd Behavior Analyzer</h1>
|
| 154 |
<!-- subtitle color changed to a light tone (#E6EEF3) for readability -->
|
| 155 |
<p style="color:#E6EEF3; opacity:0.95; margin-top:6px; margin-bottom:10px;">
|
| 156 |
Dark • Glassmorphism • React Autoplay Preview
|