Spaces:
Build error
Build error
white background
Browse files
app.py
CHANGED
|
@@ -38,8 +38,6 @@ def plot_stft(audio_file):
|
|
| 38 |
yaxis=dict(title='Frequency (Hz)',
|
| 39 |
titlefont=dict(family='Latin Modern Roman', size=18)),
|
| 40 |
margin=dict(l=0, r=0, t=0, b=0),
|
| 41 |
-
paper_bgcolor='rgba(0,0,0,0)',
|
| 42 |
-
plot_bgcolor='rgba(0,0,0,0)'
|
| 43 |
)
|
| 44 |
|
| 45 |
fig.update_traces(colorbar_thickness=8, selector=dict(type='heatmap'))
|
|
|
|
| 38 |
yaxis=dict(title='Frequency (Hz)',
|
| 39 |
titlefont=dict(family='Latin Modern Roman', size=18)),
|
| 40 |
margin=dict(l=0, r=0, t=0, b=0),
|
|
|
|
|
|
|
| 41 |
)
|
| 42 |
|
| 43 |
fig.update_traces(colorbar_thickness=8, selector=dict(type='heatmap'))
|