Spaces:
Configuration error
Configuration error
Update share_btn.py
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -10,7 +10,7 @@ xmlns = "http://www.w3.org/2000/svg" xmlns: xlink = "http://www.w3.org/1999/xlin
|
|
10 |
|
11 |
share_js = """async () => {
|
12 |
|
13 |
-
|
14 |
|
15 |
async function uploadFile(file) {
|
16 |
const UPLOAD_URL = 'https://huggingface.co/uploads';
|
|
|
10 |
|
11 |
share_js = """async () => {
|
12 |
|
13 |
+
// console.log('share button clicked');
|
14 |
|
15 |
async function uploadFile(file) {
|
16 |
const UPLOAD_URL = 'https://huggingface.co/uploads';
|