HowardZhangdqs commited on
Commit
2a1016c
ยท
1 Parent(s): 3210a34

fix: update title and link text in the interface

Browse files
Files changed (1) hide show
  1. interface.py +2 -2
interface.py CHANGED
@@ -192,10 +192,10 @@ def create_interface():
192
  with gr.Blocks(title="Hugging Face Daily Paper", css=custom_css, head=f"<script>{custom_js}</script>") as app:
193
 
194
  # Main interface
195
- gr.HTML("<div style='text-align: center'><h1>๐Ÿ“š Hugging Face Daily Paper</h1></div>")
196
  gr.HTML("""<div style='text-align: center'>
197
  <span style="">
198
- ๐Ÿ”— <a href='https://larkcommunity.feishu.cn/wiki/HSSTwsq7JiDur0kJrvjcnFZfnTe'>Lark (้ฃžไนฆ)</a>
199
  </span>
200
  <span style="margin-left: 1rem">
201
  Sponser: <a href='https://internlm.intern-ai.org.cn/api/document'>InternLM</a>
 
192
  with gr.Blocks(title="Hugging Face Daily Paper", css=custom_css, head=f"<script>{custom_js}</script>") as app:
193
 
194
  # Main interface
195
+ gr.HTML("<div style='text-align: center'><h1>๐Ÿ“š Hugging Face Weekly Paper</h1></div>")
196
  gr.HTML("""<div style='text-align: center'>
197
  <span style="">
198
+ ๐Ÿ”— <a href='https://larkcommunity.feishu.cn/wiki/HSSTwsq7JiDur0kJrvjcnFZfnTe'>ๅ‚ไธŽๆœฌ้กน็›ฎ่ดก็Œฎ</a>
199
  </span>
200
  <span style="margin-left: 1rem">
201
  Sponser: <a href='https://internlm.intern-ai.org.cn/api/document'>InternLM</a>