wangrongsheng commited on
Commit
1f386db
1 Parent(s): 24460c5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -613,13 +613,15 @@ def upload_pdf(key, text, file):
613
  # 标题
614
  title = "ChatPaper"
615
  # 描述
616
- description = '''<div align='center'>
617
 
618
  Use ChatGPT to summary the papers.Star our Github [ChatPaper](https://github.com/kaixindelele/ChatPaper) .
619
 
 
 
620
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
621
 
622
- <img src='https://i.328888.xyz/2023/03/12/vlixZ.png' width="50%">
623
 
624
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
625
 
 
613
  # 标题
614
  title = "ChatPaper"
615
  # 描述
616
+ description = '''
617
 
618
  Use ChatGPT to summary the papers.Star our Github [ChatPaper](https://github.com/kaixindelele/ChatPaper) .
619
 
620
+ <div align='right'>
621
+
622
  💗如果您觉得我们的项目对您有帮助,还请您给我们一些鼓励!💗
623
 
624
+ <img src='https://i.328888.xyz/2023/03/12/vlixZ.png'>
625
 
626
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
627