Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -43,7 +43,7 @@ function closefn(inn) {
|
|
43 |
frame_off.style.display = 'none';
|
44 |
}
|
45 |
</script>
|
46 |
-
"""
|
47 |
def search(q,rn):
|
48 |
api="http://export.arxiv.org/api/query?search_query=SQ&start=0&max_results=MR"
|
49 |
r=requests.get(api.replace("SQ",q).replace("MR",str(rn)))
|
|
|
43 |
frame_off.style.display = 'none';
|
44 |
}
|
45 |
</script>
|
46 |
+
"""
|
47 |
def search(q,rn):
|
48 |
api="http://export.arxiv.org/api/query?search_query=SQ&start=0&max_results=MR"
|
49 |
r=requests.get(api.replace("SQ",q).replace("MR",str(rn)))
|