Spaces:
Sleeping
Sleeping
Update pages/fraud.py
Browse files- pages/fraud.py +1 -1
pages/fraud.py
CHANGED
|
@@ -55,7 +55,7 @@ st.title("Fraud Detection")
|
|
| 55 |
# Header with an image
|
| 56 |
st.image(
|
| 57 |
"https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80",
|
| 58 |
-
|
| 59 |
)
|
| 60 |
|
| 61 |
|
|
|
|
| 55 |
# Header with an image
|
| 56 |
st.image(
|
| 57 |
"https://images.unsplash.com/photo-1611974789855-9c2a0a7236a3?ixlib=rb-1.2.1&auto=format&fit=crop&w=1950&q=80",
|
| 58 |
+
width=850,
|
| 59 |
)
|
| 60 |
|
| 61 |
|