Rammohan0504 commited on
Commit
8724f83
·
verified ·
1 Parent(s): 44a3813

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -0
app.py CHANGED
@@ -211,6 +211,12 @@ def build_health_card(profile_image, test_results, summary, patient_name="", pat
211
  </button>
212
  </div>
213
  </div>
 
 
 
 
 
 
214
  """
215
  return html
216
 
 
211
  </button>
212
  </div>
213
  </div>
214
+ <style>
215
+ @media print {{
216
+ /* Hide input sections during print */
217
+ .gradio-container {{ display: none; }}
218
+ }}
219
+ </style>
220
  """
221
  return html
222