Skip to content

Commit 941e786

Browse files
authored
Merge pull request #18 from drift-labs:delist-recommender
Remove the incomplete/non-working 'List Delist Recommender' page from the main application interface. Will re-add once page is working.
2 parents cc70cf1 + c7eca92 commit 941e786

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/main.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -94,12 +94,6 @@ def apply_custom_css(css):
9494
title="Delist Recommender",
9595
icon="🚫",
9696
),
97-
st.Page(
98-
list_delist_recommender_page,
99-
url_path="list-delist-recommender",
100-
title="List Delist Recommender",
101-
icon="🔍",
102-
),
10397
]
10498

10599
risk_pages = [

0 commit comments

Comments
 (0)