diff --git a/openbb_terminal/cryptocurrency/due_diligence/binance_view.py b/openbb_terminal/cryptocurrency/due_diligence/binance_view.py index 8d23a23eb7e5..3873911b38b8 100644 --- a/openbb_terminal/cryptocurrency/due_diligence/binance_view.py +++ b/openbb_terminal/cryptocurrency/due_diligence/binance_view.py @@ -89,7 +89,7 @@ def display_balance( return total = np.sum(df["Amount"]) - console.print(f"\nYou currently have {total} coins and the breakdown is:") + console.print(f"You currently have {total} coins and the breakdown is:\n") print_rich_table( df, headers=df.columns, show_index=True, title="Account Holdings for Assets"