Eitan177 commited on
Commit
9592f3e
·
1 Parent(s): 8e50edd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -28,7 +28,7 @@ def show_pdf(file_path):
28
  st.markdown(pdf_display, unsafe_allow_html=True)
29
 
30
 
31
- st.write(glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*'))
32
 
33
  if glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*')) == []:
34
  if st.button('get reference genome'):
 
28
  st.markdown(pdf_display, unsafe_allow_html=True)
29
 
30
 
31
+ st.write(glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*')))
32
 
33
  if glob.glob(os.path.join(os.path.dirname(SigProfilerMatrixGenerator.__file__),'references/*')) == []:
34
  if st.button('get reference genome'):