Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
broadfield
/
arXiv-reader
like
0
Running
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
broadfield
commited on
Dec 2, 2024
Commit
70a353e
·
verified
·
1 Parent(s):
af35d61
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -17,7 +17,7 @@ style="""
17
border-radius: 5px;
18
}
19
"""
20
-
jscript="""
function
fun_run(e){
21
console.log(e)
22
}
23
"""
17
border-radius: 5px;
18
}
19
"""
20
+
jscript="""fun_run(e){
21
console.log(e)
22
}
23
"""