edmundmiller commited on
Commit
b315f6a
β€’
1 Parent(s): f564f0b

fix: Assumed a kwarg

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -12,7 +12,7 @@ st.write("Use hg19, HindIII, chr11, CPGZ and LoopDenoise for the Demo data")
12
  # INPUT #
13
  #########
14
  HiCorr_data_hf_repo = st.text_input(
15
- "HiCorr Data πŸ€— Dataset", default="funlab/HiCorr_test_data"
16
  )
17
  training_set = st.selectbox("Select Training Set", ["CPGZ", "H9"], index=0)
18
  depth = st.selectbox("Select Depth", ["LoopDenoise", "50M", "101K"], index=0)
 
12
  # INPUT #
13
  #########
14
  HiCorr_data_hf_repo = st.text_input(
15
+ "HiCorr Data πŸ€— Dataset", value="funlab/HiCorr_test_data"
16
  )
17
  training_set = st.selectbox("Select Training Set", ["CPGZ", "H9"], index=0)
18
  depth = st.selectbox("Select Depth", ["LoopDenoise", "50M", "101K"], index=0)