Ayesha003 commited on
Commit
bfb32fa
·
verified ·
1 Parent(s): d61c3f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -6
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
- # App Banner
61
- st.image(
62
- "https://via.placeholder.com/1200x300?text=Welcome+to+Image+Editor+Pro",
63
- caption="Edit, Enhance, and Download Your Images Instantly",
64
- use_container_width=True,
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")