diff --git a/finance_tracker/web/app.py b/finance_tracker/web/app.py index b251b4c..db4a8af 100644 --- a/finance_tracker/web/app.py +++ b/finance_tracker/web/app.py @@ -10,6 +10,7 @@ support for SCPIs, cryptocurrencies like Bitcoin, savings accounts, and other financial assets. """ +import html as _html import json import streamlit as st import streamlit.components.v1 as st_components @@ -122,13 +123,20 @@ def render_db_manager(): # Uses st_components.html (iframe) so the script actually executes — # st.markdown strips """, height=0)