Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ if st.button('Submit'):
|
|
81 |
ax.set_ylabel("Predicted category", fontsize=16)
|
82 |
|
83 |
# change the fontsize
|
84 |
-
ax.set_xticklabels(
|
85 |
ax.set_yticklabels(labels_plot, fontsize=14)
|
86 |
|
87 |
st.pyplot(fig)
|
|
|
81 |
ax.set_ylabel("Predicted category", fontsize=16)
|
82 |
|
83 |
# change the fontsize
|
84 |
+
#ax.set_xticklabels(fontsize=14)
|
85 |
ax.set_yticklabels(labels_plot, fontsize=14)
|
86 |
|
87 |
st.pyplot(fig)
|