shukdevdatta123 commited on
Commit
063796f
·
verified ·
1 Parent(s): 761f67f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -24,7 +24,7 @@ def apply_filters(image):
24
  st.title("Face Filtering App")
25
 
26
  # Modal Popup for Instructions
27
- with st.expander("Learn about Face Filtering", expanded=True):
28
  st.write(
29
  "Face filtering is a creative technique that enhances images by applying various effects to highlight different features of the subject. The filters available in this app include Detail, which sharpens textures and makes features stand out; Edge Enhance and Edge Enhance More, which accentuate edges for a defined look; Smooth and Smooth More, which soften the image and reduce imperfections for a polished appearance; and Sharpen, which increases contrast and clarity to reveal finer details. Together, these filters allow users to transform their photos, emphasizing beauty and enabling unique artistic interpretations, making face filtering an engaging way to manipulate images and express creativity."
30
  )
 
24
  st.title("Face Filtering App")
25
 
26
  # Modal Popup for Instructions
27
+ with st.expander("Learn about Face Filtering", expanded=False):
28
  st.write(
29
  "Face filtering is a creative technique that enhances images by applying various effects to highlight different features of the subject. The filters available in this app include Detail, which sharpens textures and makes features stand out; Edge Enhance and Edge Enhance More, which accentuate edges for a defined look; Smooth and Smooth More, which soften the image and reduce imperfections for a polished appearance; and Sharpen, which increases contrast and clarity to reveal finer details. Together, these filters allow users to transform their photos, emphasizing beauty and enabling unique artistic interpretations, making face filtering an engaging way to manipulate images and express creativity."
30
  )