Update app.py
Browse files
app.py
CHANGED
|
@@ -8,7 +8,7 @@ html_temp = """
|
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
| 10 |
|
| 11 |
-
bg_image_url = "https://
|
| 12 |
|
| 13 |
# Inject CSS with background image
|
| 14 |
st.markdown(f"""
|
|
|
|
| 8 |
"""
|
| 9 |
st.markdown(html_temp, unsafe_allow_html=True)
|
| 10 |
|
| 11 |
+
bg_image_url = "https://wallpaperbat.com/img/11547497-download-modern-bank-interior.jpg " # Replace with your image URL
|
| 12 |
|
| 13 |
# Inject CSS with background image
|
| 14 |
st.markdown(f"""
|