tonyliu404 commited on
Commit
5fdd8cb
·
verified ·
1 Parent(s): e5ab49d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -319,7 +319,7 @@ def display_prediction_graph(class_names, confidences):
319
  for spine in ax.spines.values():
320
  spine.set_visible(False)
321
 
322
- ax.set_title(class_names[-1], color='white', fontsize=24, fontweight='bold', ha='left', x=0.02)
323
 
324
  st.pyplot(fig) # Display the plot
325
 
 
319
  for spine in ax.spines.values():
320
  spine.set_visible(False)
321
 
322
+ ax.set_title(class_names[-1], color='white', fontsize=24, fontweight='bold', ha='left', x=0.7)
323
 
324
  st.pyplot(fig) # Display the plot
325