remiD45 commited on
Commit
a872e21
·
1 Parent(s): 682db22
Files changed (2) hide show
  1. README.md +7 -9
  2. index.html +0 -15
README.md CHANGED
@@ -1,12 +1,10 @@
1
  ---
2
- title: Mistral Hackathon 2025
3
- emoji: 🏃
4
- colorFrom: yellow
5
- colorTo: purple
6
- sdk: static
 
 
7
  pinned: false
8
- license: mit
9
- short_description: all in the title
10
  ---
11
-
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
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
  ---
 
 
index.html DELETED
@@ -1,15 +0,0 @@
1
- <!DOCTYPE html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8">
5
- <title>Choix des projets</title>
6
- </head>
7
- <body>
8
- <h1>Bienvenue</h1>
9
- <ul>
10
- <li><a href="https://huggingface.co/spaces/remiD45/Mistral_hackathon_2025/Mistral_hackathon_2025_MAP/">Aller au projet MAP</a></li>
11
- <li><a href="autre_projet/">Aller à un autre projet</a></li>
12
- </ul>
13
- </body>
14
- </html>
15
-