Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -645,7 +645,7 @@ def comprehensive_healthspan_analysis(input_type, image_input, video_input, bree
|
|
645 |
if video_features:
|
646 |
report_html += f"""
|
647 |
<div style="border: 2px solid #e0e0e0; padding: 20px; border-radius: 12px; margin: 20px 0; background: #fff;">
|
648 |
-
<h3 style="color: #
|
649 |
<p><strong>Duration:</strong> {video_features['duration_sec']} seconds</p>
|
650 |
<p><strong>Mobility Assessment:</strong> {video_features['mobility_assessment']}</p>
|
651 |
<p><strong>Comfort Assessment:</strong> {video_features['comfort_assessment']}</p>
|
|
|
645 |
if video_features:
|
646 |
report_html += f"""
|
647 |
<div style="border: 2px solid #e0e0e0; padding: 20px; border-radius: 12px; margin: 20px 0; background: #fff;">
|
648 |
+
<h3 style="color: #000000; margin: 0 0 15px 0;">🎥 Video Gait Analysis</h3>
|
649 |
<p><strong>Duration:</strong> {video_features['duration_sec']} seconds</p>
|
650 |
<p><strong>Mobility Assessment:</strong> {video_features['mobility_assessment']}</p>
|
651 |
<p><strong>Comfort Assessment:</strong> {video_features['comfort_assessment']}</p>
|