Update app.py
Browse files
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
|
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)
|