bradley6597
commited on
Commit
·
34f79f7
1
Parent(s):
d76b5ba
Wrong js used
Browse files
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/
|
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 |
'''
|