Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -57,12 +57,13 @@ def apply_filters(image, grayscale, sepia, brightness, contrast, blur, flip, cro
|
|
| 57 |
def main():
|
| 58 |
apply_custom_css()
|
| 59 |
|
| 60 |
-
#
|
| 61 |
-
st.
|
| 62 |
-
|
| 63 |
-
|
| 64 |
-
|
| 65 |
-
|
|
|
|
| 66 |
|
| 67 |
# Title
|
| 68 |
st.title("✨ Advanced Image Editor Pro")
|
|
|
|
| 57 |
def main():
|
| 58 |
apply_custom_css()
|
| 59 |
|
| 60 |
+
# Banner Container
|
| 61 |
+
with st.container():
|
| 62 |
+
st.image(
|
| 63 |
+
"https://via.placeholder.com/1200x300?text=Welcome+to+Image+Editor+Pro",
|
| 64 |
+
caption="Edit, Enhance, and Download Your Images Instantly",
|
| 65 |
+
use_container_width=True,
|
| 66 |
+
)
|
| 67 |
|
| 68 |
# Title
|
| 69 |
st.title("✨ Advanced Image Editor Pro")
|