liyaoshi commited on
Commit
6d95457
1 Parent(s): 14b5d81

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -250,7 +250,7 @@ def supabase_fetch_user(user_name):
250
 
251
 
252
  def get_completion(message,history):
253
- res = "**Important Announcement:** \n\nThis space is shutting down now. \n\nVisit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements.\n\n**重要提示:\n该服务已暂停,前往[chatgpt-4o](https://chatgpt-4o.streamlit.app/)体验全新的GPT4聊天,新的服务未来会加入更多功能!**"
254
  return res
255
 
256
 
 
250
 
251
 
252
  def get_completion(message,history):
253
+ res = "**Important Announcement:** \n\nThis space is shutting down now. \n\nVisit [chatgpt-4o](https://chatgpt-4o.streamlit.app/) for an improved UI experience and future enhancements."
254
  return res
255
 
256