Skip to content

Commit

Permalink
[Fix] fixed warning format
Browse files Browse the repository at this point in the history
  • Loading branch information
adrianvrj committed Jul 3, 2024
1 parent 7d84e16 commit fffd5d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def main():

if(debt_token == collateral_token):
streamlit.subheader(
f":warning: You are selecting the same token for Debt and Collateral")
f":warning: You are selecting the same token for both collateral and debt.")

current_pair = f"{collateral_token}-{debt_token}"

Expand Down

0 comments on commit fffd5d8

Please sign in to comment.