Rammohan0504 commited on
Commit
71db575
·
verified ·
1 Parent(s): 86edd96

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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
  """