Spaces:
Build error
Build error
Update demo.py
Browse files
demo.py
CHANGED
@@ -43,6 +43,7 @@ with gr.Blocks(fill_height=True) as demo:
|
|
43 |
gr.Markdown('## Bugs and other notes')
|
44 |
with gr.Accordion('Click to open', open=False):
|
45 |
gr.Markdown('''
|
|
|
46 |
- CSW% has not been verified
|
47 |
'''
|
48 |
)
|
|
|
43 |
gr.Markdown('## Bugs and other notes')
|
44 |
with gr.Accordion('Click to open', open=False):
|
45 |
gr.Markdown('''
|
46 |
+
- The bottommost level of the pitch heat maps are not transparent even though they should be. Works on Google Colab but not when I put everything in a `.py` file it doesn't work.
|
47 |
- CSW% has not been verified
|
48 |
'''
|
49 |
)
|