awacke1 commited on
Commit
21dd4d9
Β·
1 Parent(s): cd342b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -68,7 +68,7 @@ SRL="""
68
  | | - Recommend an angiography for Mrs. Taylor πŸ’“ | - Mrs. Taylor needs angiography to locate any arterial blockages 🩺 | - Provide details on necessary pre and post-hospitalization guidance πŸ₯ |
69
  """
70
 
71
- MCL="""
72
  ### πŸƒβ€β™‚οΈ Medical Clearance Letters
73
  | **Medical Clearance Letters** | πŸ“ **First** | πŸ“ **Middle** | πŸ“ **Last** |
74
  |-------------------------------|------------------------------------|---------------------------------------|--------------------------------------|
@@ -111,7 +111,7 @@ def generate_letter_menu_ui():
111
  "4️⃣ Diagnosis Letters": DL,
112
  "5️⃣ Treatment Plan Letters": TPL,
113
  "6️⃣ Surgery Recommendation Letters": SRL,
114
- "7️⃣ Medical Clearance Letters": MCL,
115
  "8️⃣ Follow-up Appointment Letters": FAL,
116
  "9️⃣ Disability Support Letters": DSL,
117
  "πŸ”Ÿ Health Education Letters": HEL
 
68
  | | - Recommend an angiography for Mrs. Taylor πŸ’“ | - Mrs. Taylor needs angiography to locate any arterial blockages 🩺 | - Provide details on necessary pre and post-hospitalization guidance πŸ₯ |
69
  """
70
 
71
+ MCL2="""
72
  ### πŸƒβ€β™‚οΈ Medical Clearance Letters
73
  | **Medical Clearance Letters** | πŸ“ **First** | πŸ“ **Middle** | πŸ“ **Last** |
74
  |-------------------------------|------------------------------------|---------------------------------------|--------------------------------------|
 
111
  "4️⃣ Diagnosis Letters": DL,
112
  "5️⃣ Treatment Plan Letters": TPL,
113
  "6️⃣ Surgery Recommendation Letters": SRL,
114
+ "7️⃣ Medical Clearance Letters": MCL2,
115
  "8️⃣ Follow-up Appointment Letters": FAL,
116
  "9️⃣ Disability Support Letters": DSL,
117
  "πŸ”Ÿ Health Education Letters": HEL