cheetah003 commited on
Commit
22aea13
1 Parent(s): ef90d7b

add github link

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -234,7 +234,8 @@ def hello_world(name):
234
 
235
  def search_demo():
236
  with gr.Blocks() as demo:
237
- gr.Markdown("# <center>HMMC中英文本-视频检索</center>")
 
238
  demo.title = "HMMC中英文本-视频检索"
239
  with gr.Tab("中文"):
240
  with gr.Column(variant="panel"):
 
234
 
235
  def search_demo():
236
  with gr.Blocks() as demo:
237
+ gr.Markdown("# <div align='center'>HMMC中英文本-视频检索</center> \
238
+ <a style='font-size:18px;color: #000000' href='https://github.com/cheetah003/HMMC'> Github </div>")
239
  demo.title = "HMMC中英文本-视频检索"
240
  with gr.Tab("中文"):
241
  with gr.Column(variant="panel"):