Xolkin commited on
Commit
0b56041
·
verified ·
1 Parent(s): 834e3d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def respond(
38
  yield response
39
 
40
  # Добавляем идентификационное сообщение к ответу
41
- final_response = f"{response}\n\nПривет! Я помощник врача в больнице EMS штата Alta!"
42
  yield final_response
43
 
44
  """
 
38
  yield response
39
 
40
  # Добавляем идентификационное сообщение к ответу
41
+ final_response = f"{response}\n\nСоздано больницей EMS штата Alta"
42
  yield final_response
43
 
44
  """