openfree commited on
Commit
6e788b5
ยท
verified ยท
1 Parent(s): bf4c803

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
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">