corection bug figsize
This commit is contained in:
@@ -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")
|
||||
|
Reference in New Issue
Block a user