Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -215,6 +215,8 @@ def build_health_card(profile_image, test_results, summary, patient_name="", pat
|
|
215 |
@media print {{
|
216 |
/* Hide input sections during print */
|
217 |
.gradio-container {{ display: none; }}
|
|
|
|
|
218 |
}}
|
219 |
</style>
|
220 |
"""
|
|
|
215 |
@media print {{
|
216 |
/* Hide input sections during print */
|
217 |
.gradio-container {{ display: none; }}
|
218 |
+
/* Keep only the health card visible */
|
219 |
+
#health-card {{ display: block; }}
|
220 |
}}
|
221 |
</style>
|
222 |
"""
|