anzorq commited on
Commit
52870d0
1 Parent(s): 79a3b9e

Update share_btn.py

Browse files
Files changed (1) hide show
  1. 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
- # console.log('share button clicked');
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';