ZekunXi commited on
Commit
158959c
·
1 Parent(s): 9c0063e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -101,8 +101,8 @@ 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'> <a href='https://huggingface.co/datasets/zjunlp/KnowEdit' style='text-decoration:none' target='_blank'>huggingface Jain, </a> <a href='https://jwyang.github.io/' style='text-decoration:none' target='_blank'>Jianwei Yang, <a href='https://www.humphreyshi.com/home' style='text-decoration:none' target='_blank'>Humphrey Shi</a></p>"
105
-
106
  gr.Markdown("## BACKGROUND")
107
  gr.Markdown(
108
  BACKGROUND
@@ -155,4 +155,4 @@ with block:
155
  elem_id="citation-button",
156
  )
157
 
158
- block.launch()
 
101
 
102
  with block:
103
  gr.Markdown(TITLE)
104
+ description = "<p style='font-size: 16px; margin: 5px; font-weight: w300; text-align: center'> <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(
108
  BACKGROUND
 
155
  elem_id="citation-button",
156
  )
157
 
158
+ block.launch(share=True)