Eric2mangel commited on
Commit
b734fc5
·
verified ·
1 Parent(s): b77395a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
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):