corection bug figsize

This commit is contained in:
gorky1234
2024-06-26 21:31:01 +02:00
parent 3038bd9841
commit f464f6166a

View File

@@ -74,6 +74,6 @@ if "data" in st.session_state:
plt.xlabel('Predicted')
plt.ylabel('True')
st.pyplot(fig, figsize=(1, 1))
st.pyplot(fig)
else:
st.error("File not loaded")