Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -1,8 +1,10 @@
|
|
1 |
import requests
|
2 |
import re
|
3 |
import subprocess
|
4 |
-
import
|
5 |
def fetch_bibtex(arxiv_link):
|
|
|
|
|
6 |
# Extract the arXiv ID from the link
|
7 |
arxiv_id = re.findall(r'arxiv\.org\/(?:abs|pdf)\/([\w\.]+)', arxiv_link)[0].replace(".pdf","")
|
8 |
|
|
|
1 |
import requests
|
2 |
import re
|
3 |
import subprocess
|
4 |
+
import radio as gr
|
5 |
def fetch_bibtex(arxiv_link):
|
6 |
+
|
7 |
+
print(arxiv_link)
|
8 |
# Extract the arXiv ID from the link
|
9 |
arxiv_id = re.findall(r'arxiv\.org\/(?:abs|pdf)\/([\w\.]+)', arxiv_link)[0].replace(".pdf","")
|
10 |
|