hysts HF Staff commited on
Commit
690eaf0
·
1 Parent(s): 7271587
Files changed (1) hide show
  1. src/display/css_html_js.py +0 -7
src/display/css_html_js.py DELETED
@@ -1,7 +0,0 @@
1
- get_window_url_params = """
2
- function(url_params) {
3
- const params = new URLSearchParams(window.location.search);
4
- url_params = Object.fromEntries(params);
5
- return url_params;
6
- }
7
- """