Rammohan0504 commited on
Commit
3c17e94
·
verified ·
1 Parent(s): a50b0ee

Update app.py

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