vickeee465 commited on
Commit
0b240c8
·
1 Parent(s): b7adca5

piechart title padding

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -162,7 +162,7 @@ def plot_average_emotion_pie(heatmap_data):
162
  )
163
 
164
  ax.axis('equal') # Equal aspect ratio ensures a circle
165
- plt.title("Average Emotion Confidence Across Sentences", fontsize=14)
166
 
167
  return fig
168
 
 
162
  )
163
 
164
  ax.axis('equal') # Equal aspect ratio ensures a circle
165
+ plt.title("Average Emotion Confidence Across Sentences", fontsize=14, pad=15)
166
 
167
  return fig
168