Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -209,7 +209,7 @@ def process_video(video):
|
|
| 209 |
|
| 210 |
# Create visual summary HTML
|
| 211 |
summary_html = f"""
|
| 212 |
-
<div style="max-width:800px; margin:20px auto; padding:30px;
|
| 213 |
<h2 style="text-align:center; color:#1f2937;">CICE 2.0 Assessment Summary</h2>
|
| 214 |
|
| 215 |
<div style="display:flex; justify-content:space-around; margin:30px 0;">
|
|
|
|
| 209 |
|
| 210 |
# Create visual summary HTML
|
| 211 |
summary_html = f"""
|
| 212 |
+
<div style="max-width:800px; margin:20px auto; padding:30px; border-radius:15px; box-shadow:0 4px 6px rgba(0,0,0,0.1);">
|
| 213 |
<h2 style="text-align:center; color:#1f2937;">CICE 2.0 Assessment Summary</h2>
|
| 214 |
|
| 215 |
<div style="display:flex; justify-content:space-around; margin:30px 0;">
|