fantos commited on
Commit
0c90c0c
·
verified ·
1 Parent(s): da8c450

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -16,8 +16,9 @@ footer {
16
  """
17
 
18
  with gr.Blocks(css=css) as app:
19
- gr.Markdown("# Image Watermarking Tool")
20
- gr.Markdown("[![Visitors](https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Ffantos-watermark.hf.space&countColor=%23263759)](https://visitorbadge.io/status?path=https%3A%2F%2Ffantos-watermark.hf.space)")
 
21
 
22
  with gr.Tab("Add Watermark"):
23
  cho = gr.Radio(choices=["stegan", "pnginfo"], value="stegan")
 
16
  """
17
 
18
  with gr.Blocks(css=css) as app:
19
+ gr.HTML("""<a href="https://visitorbadge.io/status?path=https%3A%2F%2Ffantos-watermark.hf.space">
20
+ <img src="https://api.visitorbadge.io/api/visitors?path=https%3A%2F%2Ffantos-watermark.hf.space&countColor=%23263759" />
21
+ </a>""")
22
 
23
  with gr.Tab("Add Watermark"):
24
  cho = gr.Radio(choices=["stegan", "pnginfo"], value="stegan")