Xolkin commited on
Commit
143ddd8
·
verified ·
1 Parent(s): 405b950

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -2
app.py CHANGED
@@ -32,9 +32,12 @@ def respond(
32
  top_p=top_p,
33
  ):
34
  token = message.choices[0].delta.content
35
-
36
  response += token
37
- yield response
 
 
 
 
38
 
39
 
40
  # Launch the Gradio app with the external CSS file
 
32
  top_p=top_p,
33
  ):
34
  token = message.choices[0].delta.content
 
35
  response += token
36
+
37
+ # Add the footer message
38
+ response += "\nСделано больницей EMS штата Alta!"
39
+
40
+ yield response
41
 
42
 
43
  # Launch the Gradio app with the external CSS file