GuysRGithub
commited on
Commit
·
f50c7df
1
Parent(s):
d090873
Update
Browse files
app.py
CHANGED
@@ -153,7 +153,7 @@ def post_process(output):
|
|
153 |
for item in map_words.keys():
|
154 |
output = re.sub(item, map_words[item], output, re.I)
|
155 |
|
156 |
-
return "Welcome to
|
157 |
|
158 |
|
159 |
|
|
|
153 |
for item in map_words.keys():
|
154 |
output = re.sub(item, map_words[item], output, re.I)
|
155 |
|
156 |
+
return f"Welcome to MedForRum service {textwrap.fill(textwrap.dedent(output).strip(), width=120)}"
|
157 |
|
158 |
|
159 |
|