Spaces:
Sleeping
Sleeping
tonyliu404
commited on
Update app.py
Browse files
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.
|
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 |
|