Spaces:
Running
Running
_blank
Browse files- df/PaperCentral.py +1 -1
df/PaperCentral.py
CHANGED
|
@@ -483,7 +483,7 @@ class PaperCentral:
|
|
| 483 |
neurips_id = re.search(r'id=([^&]+)', row["proceedings"])
|
| 484 |
if neurips_id:
|
| 485 |
neurips_id = neurips_id.group(1)
|
| 486 |
-
return f'<a href="/?tab=tab-chat-with-paper&paper_id={neurips_id}" id="custom_button" target="
|
| 487 |
else:
|
| 488 |
return ""
|
| 489 |
|
|
|
|
| 483 |
neurips_id = re.search(r'id=([^&]+)', row["proceedings"])
|
| 484 |
if neurips_id:
|
| 485 |
neurips_id = neurips_id.group(1)
|
| 486 |
+
return f'<a href="/?tab=tab-chat-with-paper&paper_id={neurips_id}" id="custom_button" target="_blank">✨ Chat with paper</a>'
|
| 487 |
else:
|
| 488 |
return ""
|
| 489 |
|