Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,8 +29,7 @@ st.set_page_config(
|
|
| 29 |
height: 4rem !important;
|
| 30 |
font-size: 1rem !important;
|
| 31 |
}
|
| 32 |
-
</style
|
| 33 |
-
""", unsafe_allow_html=True)
|
| 34 |
|
| 35 |
# === FONCTIONS DE CHARGEMENT (CORRIGÉES POUR newlines_in_values) ===
|
| 36 |
def load_with_pandas(file_path):
|
|
|
|
| 29 |
height: 4rem !important;
|
| 30 |
font-size: 1rem !important;
|
| 31 |
}
|
| 32 |
+
</style>, unsafe_allow_html=True)
|
|
|
|
| 33 |
|
| 34 |
# === FONCTIONS DE CHARGEMENT (CORRIGÉES POUR newlines_in_values) ===
|
| 35 |
def load_with_pandas(file_path):
|