Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -218,6 +218,11 @@ with gr.Blocks() as demo:
|
|
| 218 |
font-family: 'Inter', sans-serif !important;
|
| 219 |
}
|
| 220 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 221 |
button {
|
| 222 |
border-radius: 12px !important;
|
| 223 |
font-weight: 600 !important;
|
|
@@ -240,9 +245,7 @@ with gr.Blocks() as demo:
|
|
| 240 |
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
|
| 241 |
}
|
| 242 |
</style>
|
| 243 |
-
|
| 244 |
-
gr.HTML("""
|
| 245 |
-
<div class="app-header">
|
| 246 |
<div style="font-size: 56px; margin-bottom: 16px;">🎭</div>
|
| 247 |
<h1 style="font-size: 48px; font-weight: 700; margin: 0 0 12px 0; text-shadow: 0 2px 4px rgba(0,0,0,0.1);">
|
| 248 |
EmotiScan
|
|
|
|
| 218 |
font-family: 'Inter', sans-serif !important;
|
| 219 |
}
|
| 220 |
|
| 221 |
+
.gradio-container {
|
| 222 |
+
max-width: 1400px !important;
|
| 223 |
+
margin: 0 auto !important;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
button {
|
| 227 |
border-radius: 12px !important;
|
| 228 |
font-weight: 600 !important;
|
|
|
|
| 245 |
box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1) !important;
|
| 246 |
}
|
| 247 |
</style>
|
| 248 |
+
<div style="background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); padding: 40px; border-radius: 20px; margin-bottom: 30px; text-align: center; color: white; box-shadow: 0 10px 30px rgba(102, 126, 234, 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
|