edmundmiller commited on
Commit
c65ead2
1 Parent(s): b315f6a

Use full hugging face link

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from predict_chromosome import predict_and_write
4
 
5
  st.title("DeepLoop")
6
  st.write("Looking for some example data?")
7
- st.write("funlab/HiCorr_test_data")
8
  st.write("Use hg19, HindIII, chr11, CPGZ and LoopDenoise for the Demo data")
9
 
10
 
 
4
 
5
  st.title("DeepLoop")
6
  st.write("Looking for some example data?")
7
+ st.write("https://huggingface.co/datasets/funlab/HiCorr_test_data")
8
  st.write("Use hg19, HindIII, chr11, CPGZ and LoopDenoise for the Demo data")
9
 
10