Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -245,7 +245,7 @@ with gr.Blocks() as demo:
|
|
| 245 |
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
|
| 246 |
}
|
| 247 |
</style>
|
| 248 |
-
<div style="background: linear-gradient(135deg, #
|
| 249 |
<div style="font-size: 56px; margin-bottom: 16px;">🎭</div>
|
| 250 |
<h1 style="font-size: 48px; font-weight: 700; margin: 0 0 12px 0; text-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 251 |
EmotiScan
|
|
|
|
| 245 |
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
|
| 246 |
}
|
| 247 |
</style>
|
| 248 |
+
<div style="background: linear-gradient(135deg, #6ee7b7 0%, #34d399 100%); padding: 40px; border-radius: 20px; margin-bottom: 30px; text-align: center; color: white; box-shadow: 0 10px 30px rgba(52, 211, 153, 0.3);">
|
| 249 |
<div style="font-size: 56px; margin-bottom: 16px;">🎭</div>
|
| 250 |
<h1 style="font-size: 48px; font-weight: 700; margin: 0 0 12px 0; text-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 251 |
EmotiScan
|