patrickramos commited on
Commit
cc24818
·
verified ·
1 Parent(s): 9396569

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -0
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
  )