Muhammadidrees commited on
Commit
1ccda99
·
verified ·
1 Parent(s): 0699b12

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ Doctor:"""
139
  output_text = output_text.split("Doctor:")[-1].strip()
140
  if not output_text.endswith((".", "!", "?")):
141
  output_text += "."
142
- output_text += "\n\n⚕️ *Note: This advice is AI-generated and not a substitute for professional medical care.*"
143
 
144
  return output_text
145
 
 
139
  output_text = output_text.split("Doctor:")[-1].strip()
140
  if not output_text.endswith((".", "!", "?")):
141
  output_text += "."
142
+ output_text
143
 
144
  return output_text
145