Commit
ยท
2a1016c
1
Parent(s):
3210a34
fix: update title and link text in the interface
Browse files- 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
|
196 |
gr.HTML("""<div style='text-align: center'>
|
197 |
<span style="">
|
198 |
-
๐ <a href='https://larkcommunity.feishu.cn/wiki/HSSTwsq7JiDur0kJrvjcnFZfnTe'
|
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>
|