AI-RESEARCHER-2024 commited on
Commit
bb6e9e5
·
verified ·
1 Parent(s): ea07f17

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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; background:white; 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;">
 
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;">