corection bug figsize
This commit is contained in:
@@ -74,6 +74,6 @@ if "data" in st.session_state:
|
|||||||
plt.xlabel('Predicted')
|
plt.xlabel('Predicted')
|
||||||
plt.ylabel('True')
|
plt.ylabel('True')
|
||||||
|
|
||||||
st.pyplot(fig, figsize=(1, 1))
|
st.pyplot(fig)
|
||||||
else:
|
else:
|
||||||
st.error("File not loaded")
|
st.error("File not loaded")
|
||||||
|
Reference in New Issue
Block a user