Skip to content

Commit a2ab152

Browse files
committed
Update delist and list recommender pages to include beta warning
- Added a beta warning message to both the delist and list recommender pages, informing users that the features are in beta and subject to change. - Removed the obsolete `list_delist_recommender.py` file to streamline the codebase and avoid confusion.
1 parent b4e353f commit a2ab152

File tree

3 files changed

+3
-1349
lines changed

3 files changed

+3
-1349
lines changed

src/page/delist_recommender.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def delist_recommender_page():
7272
"""
7373
st.title("📉 Delist Recommender")
7474
st.markdown("This page provides recommendations for delisting or adjusting leverage for Drift perpetual markets based on various metrics calculated by the backend.")
75-
75+
st.markdown("THIS PAGE IS IN BETA AND SUBJECT TO CHANGE. USE AT YOUR OWN RISK.")
7676
# Fetch data
7777
data = fetch_delist_recommendations()
7878

0 commit comments

Comments
 (0)