Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -464,7 +464,7 @@ if recipe_submit and uploaded_image:
|
|
464 |
for spine in ax.spines.values():
|
465 |
spine.set_visible(False)
|
466 |
|
467 |
-
ax.set_title(class_names[-1], color='white', fontsize=24, fontweight='bold', ha='
|
468 |
|
469 |
st.pyplot(fig) # Display the plot
|
470 |
|
|
|
464 |
for spine in ax.spines.values():
|
465 |
spine.set_visible(False)
|
466 |
|
467 |
+
ax.set_title(class_names[-1], color='white', fontsize=24, fontweight='bold', ha='left')
|
468 |
|
469 |
st.pyplot(fig) # Display the plot
|
470 |
|