remiD45 commited on
Commit
d4c6f0f
·
1 Parent(s): 2f86ffe
Files changed (1) hide show
  1. .huggingface.yml +11 -0
.huggingface.yml ADDED
@@ -0,0 +1,11 @@
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ title: "Trump Game" # Titre affiché
3
+ emoji: "🎯"
4
+ colorFrom: "purple"
5
+ colorTo: "orange"
6
+ sdk: "static"
7
+ app_file: "index.html" # Nom du fichier principal
8
+ subfolder: "public" # Sous-dossier où se trouve index.html
9
+ pinned: false
10
+ ---
11
+