pxiaoer commited on
Commit
0db9fcb
1 Parent(s): 097e87e
Files changed (1) hide show
  1. app.py +1 -1
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 = "# [pxiao's Daily Papers and AI News Tracking](https://aigc.openbot.ai/s/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