HowardZhangdqs commited on
Commit
3210a34
Β·
1 Parent(s): 6c0c3bb

chore: add sponser's link

Browse files
Files changed (1) hide show
  1. interface.py +9 -1
interface.py CHANGED
@@ -192,7 +192,15 @@ 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.Markdown("# πŸ“š Hugging Face Daily Paper")
 
 
 
 
 
 
 
 
196
 
197
  # Query control area
198
  with gr.Row():
 
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>
202
+ </span>
203
+ </div>""")
204
 
205
  # Query control area
206
  with gr.Row():