Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,15 @@
|
|
| 1 |
---
|
| 2 |
title: Arbre de Décision Interactif
|
| 3 |
emoji: 🌳
|
| 4 |
-
colorFrom: green
|
| 5 |
-
colorTo: green
|
| 6 |
-
sdk:
|
| 7 |
-
|
| 8 |
-
app_file: app.py # Le nom de votre fichier d'application Streamlit
|
| 9 |
-
pip_cache: true # Accélère les mises à jour futures
|
| 10 |
tags:
|
| 11 |
- streamlit
|
| 12 |
- machine-learning
|
| 13 |
pinned: false
|
| 14 |
-
short_description: Explore and understand
|
| 15 |
---
|
| 16 |
|
| 17 |
# Welcome to Streamlit!
|
|
|
|
| 1 |
---
|
| 2 |
title: Arbre de Décision Interactif
|
| 3 |
emoji: 🌳
|
| 4 |
+
colorFrom: green
|
| 5 |
+
colorTo: green
|
| 6 |
+
sdk: docker # Changement CRITIQUE : on repasse en mode Docker
|
| 7 |
+
app_port: 8501 # Port par défaut pour Streamlit
|
|
|
|
|
|
|
| 8 |
tags:
|
| 9 |
- streamlit
|
| 10 |
- machine-learning
|
| 11 |
pinned: false
|
| 12 |
+
short_description: Explore and understand datas with decision tree.
|
| 13 |
---
|
| 14 |
|
| 15 |
# Welcome to Streamlit!
|