Rammohan0504 commited on
Commit
40c09d4
·
verified ·
1 Parent(s): e87e634

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -159,7 +159,7 @@ def save_results_to_pdf(test_results, filename):
159
  except Exception as e:
160
  return f"Error saving PDF: {str(e)}", None
161
 
162
- # Build health card layout
163
  def build_health_card(profile_image, test_results, summary, patient_name="", patient_age="", patient_gender="", patient_id="", pdf_filepath=""):
164
  from datetime import datetime
165
  current_date = datetime.now().strftime("%B %d, %Y")
 
159
  except Exception as e:
160
  return f"Error saving PDF: {str(e)}", None
161
 
162
+ # Function to generate the health card layout
163
  def build_health_card(profile_image, test_results, summary, patient_name="", patient_age="", patient_gender="", patient_id="", pdf_filepath=""):
164
  from datetime import datetime
165
  current_date = datetime.now().strftime("%B %d, %Y")