Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -347,7 +347,7 @@ with gr.Blocks(
|
|
| 347 |
onmouseover="this.style.transform='translateY(-6px)'; this.style.boxShadow='0 10px 28px rgba(32,76,108,0.25)';"
|
| 348 |
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 14px rgba(32,76,108,0.15)';"
|
| 349 |
>
|
| 350 |
-
<div style='font-size:2.4em; color:#204c6c; font-weight:700;'>
|
| 351 |
<div style='color:#334155; font-size:1em; margin-top:6px;'>In Development</div>
|
| 352 |
</div>
|
| 353 |
|
|
@@ -367,7 +367,7 @@ with gr.Blocks(
|
|
| 367 |
onmouseover="this.style.transform='translateY(-6px)'; this.style.boxShadow='0 10px 28px rgba(32,76,108,0.25)';"
|
| 368 |
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 14px rgba(32,76,108,0.15)';"
|
| 369 |
>
|
| 370 |
-
<div style='font-size:2.4em; color:#204c6c; font-weight:700;'>
|
| 371 |
<div style='color:#334155; font-size:1em; margin-top:6px;'>Total Agents</div>
|
| 372 |
</div>
|
| 373 |
|
|
|
|
| 347 |
onmouseover="this.style.transform='translateY(-6px)'; this.style.boxShadow='0 10px 28px rgba(32,76,108,0.25)';"
|
| 348 |
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 14px rgba(32,76,108,0.15)';"
|
| 349 |
>
|
| 350 |
+
<div style='font-size:2.4em; color:#204c6c; font-weight:700;'>0</div>
|
| 351 |
<div style='color:#334155; font-size:1em; margin-top:6px;'>In Development</div>
|
| 352 |
</div>
|
| 353 |
|
|
|
|
| 367 |
onmouseover="this.style.transform='translateY(-6px)'; this.style.boxShadow='0 10px 28px rgba(32,76,108,0.25)';"
|
| 368 |
onmouseout="this.style.transform='translateY(0)'; this.style.boxShadow='0 4px 14px rgba(32,76,108,0.15)';"
|
| 369 |
>
|
| 370 |
+
<div style='font-size:2.4em; color:#204c6c; font-weight:700;'>3</div>
|
| 371 |
<div style='color:#334155; font-size:1em; margin-top:6px;'>Total Agents</div>
|
| 372 |
</div>
|
| 373 |
|