Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -104,7 +104,7 @@ function readfn(inn,url) {
|
|
| 104 |
readit.appendChild(iframe);
|
| 105 |
}
|
| 106 |
</script>
|
| 107 |
-
"""
|
| 108 |
|
| 109 |
def search(q,rn,st):
|
| 110 |
api=f"http://export.arxiv.org/api/query?search_query={str(q)}&start={str(st)}&max_results={str(rn)}"
|
|
|
|
| 104 |
readit.appendChild(iframe);
|
| 105 |
}
|
| 106 |
</script>
|
| 107 |
+
"""
|
| 108 |
|
| 109 |
def search(q,rn,st):
|
| 110 |
api=f"http://export.arxiv.org/api/query?search_query={str(q)}&start={str(st)}&max_results={str(rn)}"
|