Spaces:
Runtime error
Runtime error
Sylvain Filoni
commited on
Commit
·
b95bff2
1
Parent(s):
1aeda83
wrong variable name
Browse files- share_btn.py +1 -1
share_btn.py
CHANGED
@@ -80,7 +80,7 @@ share_js = """async () => {
|
|
80 |
const dataOutputMusic = await uploadFile(musicFile);
|
81 |
|
82 |
const descriptionMd = `#### Spectrogram Image:
|
83 |
-
<img src='${
|
84 |
|
85 |
#### Spectrogram Sound:
|
86 |
|
|
|
80 |
const dataOutputMusic = await uploadFile(musicFile);
|
81 |
|
82 |
const descriptionMd = `#### Spectrogram Image:
|
83 |
+
<img src='${urlOutputImg}' style='max-height: 350px;'>
|
84 |
|
85 |
#### Spectrogram Sound:
|
86 |
|