Update app.py
Browse files
app.py
CHANGED
|
@@ -43,7 +43,8 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
| 43 |
<h1 style="text-align: center; font-size: 2.2em; margin-bottom: 0.2em;">🎨 BadgeCraft - Beautiful Badge Generator</h1>
|
| 44 |
<p style="text-align: center; font-size: 1.1em; color: #555;">Design stylish shields.io badges with live preview and HTML snippet generation.</p>
|
| 45 |
|
| 46 |
-
<
|
|
|
|
| 47 |
<a href="https://discord.gg/openfreeai">
|
| 48 |
<img alt="Discord" src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" />
|
| 49 |
</a>
|
|
@@ -56,7 +57,7 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
| 56 |
<a href="https://huggingface.co/VIDraft">
|
| 57 |
<img alt="VIDraft" src="https://img.shields.io/badge/VIDraft-FCD022?style=for-the-badge&logo=huggingface&logoColor=black" />
|
| 58 |
</a>
|
| 59 |
-
<a href="https://github.com/
|
| 60 |
<img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
| 61 |
</a>
|
| 62 |
<a href="https://twitter.com/openfree_ai">
|
|
@@ -71,6 +72,15 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
| 71 |
<a href="https://huggingface.co/openfreeai">
|
| 72 |
<img src="https://img.shields.io/badge/HuggingFace-FCC72E?style=for-the-badge&logo=huggingface&logoColor=black" alt="HuggingFace">
|
| 73 |
</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 74 |
</div>
|
| 75 |
""")
|
| 76 |
|
|
@@ -97,4 +107,4 @@ with gr.Blocks(theme=gr.themes.Default()) as demo:
|
|
| 97 |
|
| 98 |
# 실행
|
| 99 |
if __name__ == "__main__":
|
| 100 |
-
demo.launch()
|
|
|
|
| 43 |
<h1 style="text-align: center; font-size: 2.2em; margin-bottom: 0.2em;">🎨 BadgeCraft - Beautiful Badge Generator</h1>
|
| 44 |
<p style="text-align: center; font-size: 1.1em; color: #555;">Design stylish shields.io badges with live preview and HTML snippet generation.</p>
|
| 45 |
|
| 46 |
+
<h3 style="text-align: center; margin-top: 30px;">✨ Examples</h3>
|
| 47 |
+
<div align="center" style="display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 10px; margin: 10px 0 30px; justify-items: center;">
|
| 48 |
<a href="https://discord.gg/openfreeai">
|
| 49 |
<img alt="Discord" src="https://img.shields.io/badge/Discord-5865F2?style=for-the-badge&logo=discord&logoColor=white" />
|
| 50 |
</a>
|
|
|
|
| 57 |
<a href="https://huggingface.co/VIDraft">
|
| 58 |
<img alt="VIDraft" src="https://img.shields.io/badge/VIDraft-FCD022?style=for-the-badge&logo=huggingface&logoColor=black" />
|
| 59 |
</a>
|
| 60 |
+
<a href="https://github.com/openfreeai">
|
| 61 |
<img src="https://img.shields.io/badge/GitHub-181717?style=for-the-badge&logo=github&logoColor=white" alt="GitHub">
|
| 62 |
</a>
|
| 63 |
<a href="https://twitter.com/openfree_ai">
|
|
|
|
| 72 |
<a href="https://huggingface.co/openfreeai">
|
| 73 |
<img src="https://img.shields.io/badge/HuggingFace-FCC72E?style=for-the-badge&logo=huggingface&logoColor=black" alt="HuggingFace">
|
| 74 |
</a>
|
| 75 |
+
<a href="https://www.instagram.com/openfree_ai">
|
| 76 |
+
<img src="https://img.shields.io/badge/Instagram-E4405F?style=for-the-badge&logo=instagram&logoColor=white" alt="Instagram">
|
| 77 |
+
</a>
|
| 78 |
+
<a href="https://www.threads.net/@openfree_ai">
|
| 79 |
+
<img src="https://img.shields.io/badge/Threads-000000?style=for-the-badge&logo=threads&logoColor=white" alt="Threads">
|
| 80 |
+
</a>
|
| 81 |
+
<a href="https://www.facebook.com/profile.php?id=61575353674679">
|
| 82 |
+
<img src="https://img.shields.io/badge/Facebook-1877F2?style=for-the-badge&logo=facebook&logoColor=white" alt="Facebook">
|
| 83 |
+
</a>
|
| 84 |
</div>
|
| 85 |
""")
|
| 86 |
|
|
|
|
| 107 |
|
| 108 |
# 실행
|
| 109 |
if __name__ == "__main__":
|
| 110 |
+
demo.launch()
|