jcmachicao commited on
Commit
1b5b61b
·
verified ·
1 Parent(s): a9e8fd8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ if uploaded_file is not None:
61
 
62
  st.header('Matriz de correlación de todas las categorías')
63
 
64
- corr_matrix = df_110.corr(){}
65
  plt.figure(figsize=(21, 21)) # Adjust the figure size as needed
66
  sns.heatmap(corr_matrix, annot=True, cmap='coolwarm', fmt=".2f", linewidths=0.5, annot_kws={'size': 5})
67
  plt.title('Mapa de Calor de la Correlation de Variables')
 
61
 
62
  st.header('Matriz de correlación de todas las categorías')
63
 
64
+ corr_matrix = df_110.corr()
65
  plt.figure(figsize=(21, 21)) # Adjust the figure size as needed
66
  sns.heatmap(corr_matrix, annot=True, cmap='coolwarm', fmt=".2f", linewidths=0.5, annot_kws={'size': 5})
67
  plt.title('Mapa de Calor de la Correlation de Variables')