bradley6597 commited on
Commit
34f79f7
·
1 Parent(s): d76b5ba

Wrong js used

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -21,7 +21,7 @@ logger.setup([gr.Text(label="clicked_url"), gr.Text(label="seach_term"), gr.Tex
21
  logging_js = '''
22
  function magicFunc(x){
23
  let script = document.createElement('script');
24
- script.src = "file/all_js_functions.js"
25
  document.head.appendChild(script);
26
  }
27
  '''
 
21
  logging_js = '''
22
  function magicFunc(x){
23
  let script = document.createElement('script');
24
+ script.src = "file/js_functions.js"
25
  document.head.appendChild(script);
26
  }
27
  '''