liyaoshi commited on
Commit
39c5610
1 Parent(s): 0105e62

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -1
app.py CHANGED
@@ -250,7 +250,13 @@ def supabase_fetch_user(user_name):
250
 
251
 
252
  def get_completion(message,history):
253
- return "**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
 
255
 
256
  """
 
250
 
251
 
252
  def get_completion(message,history):
253
+ res = """
254
+ **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.
255
+ \n\n
256
+
257
+ **重要提示:\n该服务已暂停,前往[chatgpt-4o](https://chatgpt-4o.streamlit.app/)体验全新的GPT4聊天,新的服务未来会加入更多功能!**
258
+ """
259
+ return res
260
 
261
 
262
  """