import streamlit as st import base64 def set_bg_image_url(image_url): ''' A function to set an image URL as a background with a reduced height and a blur effect. Parameters ---------- image_url : str URL to the image file. Returns ------- None ''' st.markdown( f""" """, unsafe_allow_html=True ) # Add background overlay st.markdown('
', unsafe_allow_html=True) # Call the function with the provided image URL set_bg_image_url("https://tallysolutions.com/wp-content/themes/tally/assets/images/resources-home-page/why-tally-prime-image.svg") # Example Streamlit content st.markdown('