Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
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 |
|