jcmachicao
commited on
Update app.py
Browse files
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')
|