Commit
·
cb9b2c5
1
Parent(s):
95420ec
Update app.py
Browse files
app.py
CHANGED
@@ -81,7 +81,7 @@ def create_spectrogram_and_get_info(audio_file):
|
|
81 |
fig.patch.set_facecolor('white')
|
82 |
|
83 |
# Create table and save as image
|
84 |
-
ax.text(0.5, 0.5, info_table, fontsize=
|
85 |
ax.text(0.95, 0.05, "Made by Ilaria Audio Analyzer", fontsize=10, ha='right', va='bottom', color='black')
|
86 |
|
87 |
plt.savefig('info_table.png')
|
|
|
81 |
fig.patch.set_facecolor('white')
|
82 |
|
83 |
# Create table and save as image
|
84 |
+
ax.text(0.5, 0.5, info_table, fontsize=140, ha='center', va='center', color='black')
|
85 |
ax.text(0.95, 0.05, "Made by Ilaria Audio Analyzer", fontsize=10, ha='right', va='bottom', color='black')
|
86 |
|
87 |
plt.savefig('info_table.png')
|