Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Replace with the direct image URL
|
4 |
-
flower_image_url = "https://i.postimg.cc/
|
5 |
|
6 |
# Inject custom CSS for the background with the provided flower image
|
7 |
st.markdown(
|
|
|
1 |
import streamlit as st
|
2 |
|
3 |
# Replace with the direct image URL
|
4 |
+
flower_image_url = "https://i.postimg.cc/hG2FG85D/2.png"
|
5 |
|
6 |
# Inject custom CSS for the background with the provided flower image
|
7 |
st.markdown(
|