qqqwt commited on
Commit
6d9cf85
1 Parent(s): 3fa46f2

Upload app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -2
app.py CHANGED
@@ -746,10 +746,15 @@ def upload_pdf(key, text, file):
746
 
747
  api_title = "api-key可用验证"
748
  api_description = '''<div align='left'>
 
749
  This is ChatPaper Plus, add review function.
 
750
  Star Github [ChatpaperPlus](https://github.com/luckyfan-cs/ChatPaperPlus)
 
751
  Use ChatGPT to summary the papers. Star Authors Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
 
752
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
 
753
  </div>
754
  '''
755
 
@@ -763,11 +768,13 @@ api_gui = gradio.Interface(fn=valid_apikey, inputs=api_input, outputs="text", ti
763
  title = "ChatPaperPlus"
764
  # 描述
765
  description = '''<div align='left'>
 
766
  This is ChatPaper Plus, add review function.
767
 
768
- Star Github [ChatpaperPlus](https://github.com/luckyfan-cs/ChatPaperPlus)
 
 
769
 
770
- Use ChatGPT to summary the papers. Star Authors Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
771
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
772
  </div>
773
  '''
 
746
 
747
  api_title = "api-key可用验证"
748
  api_description = '''<div align='left'>
749
+
750
  This is ChatPaper Plus, add review function.
751
+
752
  Star Github [ChatpaperPlus](https://github.com/luckyfan-cs/ChatPaperPlus)
753
+
754
  Use ChatGPT to summary the papers. Star Authors Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper) .
755
+
756
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
757
+
758
  </div>
759
  '''
760
 
 
768
  title = "ChatPaperPlus"
769
  # 描述
770
  description = '''<div align='left'>
771
+
772
  This is ChatPaper Plus, add review function.
773
 
774
+ Star Github [ChatpaperPlus](https://github.com/luckyfan-cs/ChatPaperPlus).
775
+
776
+ Use ChatGPT to summary the papers. Star Authors Github [🌟ChatPaper](https://github.com/kaixindelele/ChatPaper).
777
 
 
778
  🔴请注意:千万不要用于严肃的学术场景,只能用于论文阅读前的初筛!
779
  </div>
780
  '''