Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -445,7 +445,8 @@ if recipe_submit and uploaded_image:
|
|
445 |
va='center', ha='right', color='white', fontweight='bold')
|
446 |
|
447 |
ax.set_xticklabels([]) #remove x label
|
448 |
-
ax.tick_params(axis='y', colors='white'
|
|
|
449 |
|
450 |
#no borders
|
451 |
for spine in ax.spines.values():
|
|
|
445 |
va='center', ha='right', color='white', fontweight='bold')
|
446 |
|
447 |
ax.set_xticklabels([]) #remove x label
|
448 |
+
ax.tick_params(axis='y', colors='white')
|
449 |
+
ax.yaxis.set_tick_params(labelweight='bold')
|
450 |
|
451 |
#no borders
|
452 |
for spine in ax.spines.values():
|