sohail-shaikh-s07 commited on
Commit
276ad6e
·
verified ·
1 Parent(s): 408967f

Update pages/fraud.py

Browse files
Files changed (1) hide show
  1. 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
- use_column_width=True,
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