update git repo link
Browse files
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
|