Spaces:
Running
Running
wangrongsheng
commited on
Commit
•
5827a92
1
Parent(s):
d0bbce1
Upload app.py
Browse files
app.py
CHANGED
@@ -613,7 +613,14 @@ def upload_pdf(key, text, file):
|
|
613 |
# 标题
|
614 |
title = "ChatPaper"
|
615 |
# 描述
|
616 |
-
description =
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
617 |
# 创建Gradio界面
|
618 |
ip = [
|
619 |
gradio.inputs.Textbox(label="请输入你的API-key(必填)", default=""),
|
|
|
613 |
# 标题
|
614 |
title = "ChatPaper"
|
615 |
# 描述
|
616 |
+
description = '''<div align='center'>
|
617 |
+
|
618 |
+
Use ChatGPT to summary the papers.
|
619 |
+
|
620 |
+
Star our Github [ChatPaper](https://github.com/kaixindelele/ChatPaper)
|
621 |
+
|
622 |
+
</div>
|
623 |
+
'''
|
624 |
# 创建Gradio界面
|
625 |
ip = [
|
626 |
gradio.inputs.Textbox(label="请输入你的API-key(必填)", default=""),
|