elismasilva commited on
Commit
ab07754
·
verified ·
1 Parent(s): e3d3497

update git repo link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ TAG_DATA = {
27
  with gr.Blocks() as demo:
28
  gr.Markdown("# Tag Group Helper Demo")
29
  gr.Markdown("Click on the tags below to add them to the prompt textboxes.")
30
- gr.Markdown("<span>💻 <a https://github.com/DEVAIEXP/gradio_component_taggrouphelper'>GitHub Code</a></span>")
31
 
32
  with gr.Row():
33
  with gr.Column(scale=2): # Give more space to the textboxes
 
27
  with gr.Blocks() as demo:
28
  gr.Markdown("# Tag Group Helper Demo")
29
  gr.Markdown("Click on the tags below to add them to the prompt textboxes.")
30
+ gr.Markdown("<span>💻 <a href='https://github.com/DEVAIEXP/gradio_component_taggrouphelper'>GitHub Code</a></span>")
31
 
32
  with gr.Row():
33
  with gr.Column(scale=2): # Give more space to the textboxes