kz919 commited on
Commit
342fff9
1 Parent(s): 8bff249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ def clean_response(response):
82
  return response
83
 
84
  def stream_response(response):
85
- response = "We are undergoing speed upgrade, will be back in a moment! Stay tuned!"
86
  for word in response.split(" "):
87
  yield word + " "
88
  time.sleep(0.02)
 
82
  return response
83
 
84
  def stream_response(response):
85
+ response = "Please access our latest chatbot at this link: [Samba-CoE-v0.2](https://coe-1.cloud.snova.ai/)"
86
  for word in response.split(" "):
87
  yield word + " "
88
  time.sleep(0.02)