tonyliu404 commited on
Commit
78ef81a
·
verified ·
1 Parent(s): 4236bdd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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='center')
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