update
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ from papers import PaperList, get_df
|
|
8 |
from update_scheduler import UpdateScheduler
|
9 |
|
10 |
DESCRIPTION = "# [Daily Papers](https://huggingface.co/papers)"
|
11 |
-
DAILY_PAPERS = "# [
|
12 |
|
13 |
paper_list = PaperList(get_df("papers.csv"))
|
14 |
|
|
|
8 |
from update_scheduler import UpdateScheduler
|
9 |
|
10 |
DESCRIPTION = "# [Daily Papers](https://huggingface.co/papers)"
|
11 |
+
DAILY_PAPERS = "# [pxiaoer's Daily Papers and AI News Tracking](https://aigc.openbot.ai/s/papers)"
|
12 |
|
13 |
paper_list = PaperList(get_df("papers.csv"))
|
14 |
|