shukdevdatta123 commited on
Commit
da30bd4
·
verified ·
1 Parent(s): 62fa35e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -82,7 +82,7 @@ with st.expander("Learn about Face Filtering", expanded=False):
82
 
83
  # Example images for face filtering (You can replace these with any actual images you want to display)
84
  # For example, if you have sample images, you can display them here:
85
- st.image("Barcode Pattern.jpg.jpg", caption="Verticle Stripe Pattern", use_column_width=True)
86
  st.image("Diagonal Stripes.jpg", caption="Diagonal Stripe Pattern", use_column_width=True)
87
  st.image("horizontal stripe pattern.jpg", caption="Horizontal Stripe Pattern", use_column_width=True)
88
  st.image("Vertical Concentrated.jpg", caption="Vertical Concentrated Stripe Pattern", use_column_width=True)
 
82
 
83
  # Example images for face filtering (You can replace these with any actual images you want to display)
84
  # For example, if you have sample images, you can display them here:
85
+ st.image("Barcode Pattern.jpg", caption="Verticle Stripe Pattern", use_column_width=True)
86
  st.image("Diagonal Stripes.jpg", caption="Diagonal Stripe Pattern", use_column_width=True)
87
  st.image("horizontal stripe pattern.jpg", caption="Horizontal Stripe Pattern", use_column_width=True)
88
  st.image("Vertical Concentrated.jpg", caption="Vertical Concentrated Stripe Pattern", use_column_width=True)