Skip to content

Commit 0379555

Browse files
committed
Remove double title
1 parent 4e3bdd3 commit 0379555

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tabs/liqcalc.py

-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,6 @@ async def is_subaccount(pubkey: Pubkey, drift_client: DriftClient):
7474

7575
async def liqcalc(drift_client: DriftClient):
7676
"""Main liquidation calculator function."""
77-
st.title("Drift Liquidation Calculator")
7877

7978
if "clearing_house_cache" not in st.session_state:
8079
st.session_state.clearing_house_cache = None

0 commit comments

Comments
 (0)