import streamlit as st # Replace with the direct image URL flower_image_url = "https://i.postimg.cc/hG2FG85D/2.png" # Inject custom CSS for the background with blur effect st.markdown( f""" """, unsafe_allow_html=True ) # Streamlit UI elements st.title("Word Cloud Application") st.markdown("Welcome to the Word Cloud Application with a blurred, centered flower background!") # Add interactivity for blur ratio adjustment st.markdown('
filter: blur()
property.