Eric2mangel commited on
Commit
1c90bd6
·
verified ·
1 Parent(s): 3b79166

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +5 -7
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: streamlit # IMPORTANT : Utiliser le SDK Streamlit officiel
7
- base_model: python:3.12-slim # CRITIQUE : Force Python 3.12 (celui qui fonctionne chez vous)
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 your data with decision tree.
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!