tonyliu404 commited on
Commit
6f24907
·
verified ·
1 Parent(s): 8632659

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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', labelfontweight='bold')
 
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():