liyaoshi commited on
Commit
14b5d81
1 Parent(s): 39c5610

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -6
app.py CHANGED
@@ -250,12 +250,7 @@ def supabase_fetch_user(user_name):
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
 
 
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