Update app.py
Browse files
app.py
CHANGED
@@ -101,7 +101,7 @@ block = gr.Blocks(css=custom_css) # 应用自定义 CSS
|
|
101 |
|
102 |
with block:
|
103 |
gr.Markdown(TITLE)
|
104 |
-
description = "<p style='font-size: 16px; margin: 5px; font-weight: w300; text-align: center'>Click here to get dataset
|
105 |
gr.Markdown(description)
|
106 |
gr.Markdown("## BACKGROUND")
|
107 |
gr.Markdown(
|
|
|
101 |
|
102 |
with block:
|
103 |
gr.Markdown(TITLE)
|
104 |
+
description = "<p style='font-size: 16px; margin: 5px; font-weight: w300; text-align: center'>Click here to get dataset: <a href='https://huggingface.co/datasets/zjunlp/KnowEdit' style='text-decoration:none' target='_blank'>huggingface, </a> <a href='https://wisemodel.cn/datasets/pillow/KnowEdit' style='text-decoration:none' target='_blank'>wisemodel, <a href='https://modelscope.cn/datasets/pillowxi/KnowEdit' style='text-decoration:none' target='_blank'>modelscope</a></p>"
|
105 |
gr.Markdown(description)
|
106 |
gr.Markdown("## BACKGROUND")
|
107 |
gr.Markdown(
|