danupurnomo commited on
Commit
3558419
·
1 Parent(s): 2e4d594

Set the background

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -66,7 +66,7 @@ st.markdown(
66
  background-image: url(data:image/{"jpg"};base64,{encoded_string.decode()});
67
  background-size: 100%;
68
  background-repeat: no-repeat;
69
- background-attachment: local;
70
  }}
71
 
72
  </style>
 
66
  background-image: url(data:image/{"jpg"};base64,{encoded_string.decode()});
67
  background-size: 100%;
68
  background-repeat: no-repeat;
69
+ background-attachment: fixed;
70
  }}
71
 
72
  </style>