Spaces:
Running
Running
wangrongsheng
commited on
Commit
·
e51689f
1
Parent(s):
3442c7c
Update app.py
Browse files
app.py
CHANGED
@@ -611,10 +611,12 @@ def upload_pdf(key, text, file):
|
|
611 |
return sum_info
|
612 |
|
613 |
# 标题
|
614 |
-
title = "ChatPaper
|
615 |
# 描述
|
616 |
description = '''<div align='left'>
|
617 |
|
|
|
|
|
618 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="200">
|
619 |
|
620 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|
|
|
611 |
return sum_info
|
612 |
|
613 |
# 标题
|
614 |
+
title = "ChatPaper"
|
615 |
# 描述
|
616 |
description = '''<div align='left'>
|
617 |
|
618 |
+
<img src='https://visitor-badge.laobi.icu/badge?page_id=https://huggingface.co/spaces/wangrongsheng/ChatPaper'>
|
619 |
+
|
620 |
<img align='right' src='https://i.328888.xyz/2023/03/12/vH9dU.png' width="200">
|
621 |
|
622 |
Use ChatGPT to summary the papers.Star our Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
|