Sakil commited on
Commit
642e71a
·
1 Parent(s): 01311c2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -52,7 +52,7 @@ st.markdown(
52
  color: white;
53
  }
54
  </style>
55
- """ % background_image_url,
56
  unsafe_allow_html=True
57
  )
58
 
 
52
  color: white;
53
  }
54
  </style>
55
+ """ % background_image_path.replace("\\", "/"),
56
  unsafe_allow_html=True
57
  )
58