Update app.py
Browse files
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
|
| 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 |
|