Commit
Β·
3210a34
1
Parent(s):
6c0c3bb
chore: add sponser's link
Browse files- 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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():
|