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