Spaces:
Running
Running
add up
Browse files- README.md +7 -9
- index.html +0 -15
README.md
CHANGED
@@ -1,12 +1,10 @@
|
|
1 |
---
|
2 |
-
title:
|
3 |
-
emoji:
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
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 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|