Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -167,6 +167,7 @@ def html(cards, pg, total):
|
|
167 |
return h
|
168 |
|
169 |
|
|
|
170 |
# โโโโโโโโโโโโโโโโโโโโโ 5. Gradio UI โโโโโโโโโโโโโโโโโโโโโ
|
171 |
def build():
|
172 |
_init_best()
|
@@ -179,6 +180,10 @@ def build():
|
|
179 |
</style>
|
180 |
<div class="app-header">
|
181 |
<h1 style="margin:0;font-size:28px;">๐ฎ Vibe Game Gallery</h1>
|
|
|
|
|
|
|
|
|
182 |
<div class="badge-row">
|
183 |
<a href="https://huggingface.co/spaces/openfree/Vibe-Game" target="_blank">
|
184 |
<img src="https://img.shields.io/static/v1?label=huggingface&message=Vibe%20Game%20Craft&color=800080&labelColor=ffa500&logo=huggingface&logoColor=ffff00&style=for-the-badge">
|
|
|
167 |
return h
|
168 |
|
169 |
|
170 |
+
# โโโโโโโโโโโโโโโโโโโโโ 5. Gradio UI โโโโโโโโโโโโโโโโโโโโโ
|
171 |
# โโโโโโโโโโโโโโโโโโโโโ 5. Gradio UI โโโโโโโโโโโโโโโโโโโโโ
|
172 |
def build():
|
173 |
_init_best()
|
|
|
180 |
</style>
|
181 |
<div class="app-header">
|
182 |
<h1 style="margin:0;font-size:28px;">๐ฎ Vibe Game Gallery</h1>
|
183 |
+
<h1 style="margin:0;font-size:11px;">Only high-quality games automatically generated with Vibe Game Craft are showcased in this gallery.
|
184 |
+
Every game includes its full source code, /n </h1>
|
185 |
+
<h1 style="margin:0;font-size:11px;"> and anyone can freely copy the index.html file from each URL and modify it as desired.
|
186 |
+
All content is released under the Apache 2.0 license.</h1>
|
187 |
<div class="badge-row">
|
188 |
<a href="https://huggingface.co/spaces/openfree/Vibe-Game" target="_blank">
|
189 |
<img src="https://img.shields.io/static/v1?label=huggingface&message=Vibe%20Game%20Craft&color=800080&labelColor=ffa500&logo=huggingface&logoColor=ffff00&style=for-the-badge">
|