Update app.py
Browse files
app.py
CHANGED
@@ -54,6 +54,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
54 |
gr.HTML("""
|
55 |
<h1 style=\"text-align:center; margin-bottom:0.2em;\">🎨 BadgeCraft</h1>
|
56 |
<p style=\"text-align:center; color:#555;\">Create colorful shields.io badges with live preview and HTML snippet.</p>
|
|
|
57 |
""")
|
58 |
|
59 |
# Output components
|
|
|
54 |
gr.HTML("""
|
55 |
<h1 style=\"text-align:center; margin-bottom:0.2em;\">🎨 BadgeCraft</h1>
|
56 |
<p style=\"text-align:center; color:#555;\">Create colorful shields.io badges with live preview and HTML snippet.</p>
|
57 |
+
<p style=\"text-align:center; color:#555;\">MIT License & Created Team: https://discord.gg/openfreeai</p>
|
58 |
""")
|
59 |
|
60 |
# Output components
|