hmacdope-omsf commited on
Commit
5fb71a0
·
verified ·
1 Parent(s): 0154093

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -350,7 +350,7 @@ def gradio_interface():
350
  )
351
  download_btn = gr.DownloadButton(
352
  label="📥 Download Test Set Compounds",
353
- value="data/expansion_data_test_blinded.csv",
354
  variant="secondary",
355
  )
356
  with gr.Column():
 
350
  )
351
  download_btn = gr.DownloadButton(
352
  label="📥 Download Test Set Compounds",
353
+ value="https://huggingface.co/datasets/openadmet/openadmet-expansionrx-challenge-test-data-blinded/blob/main/expansion_data_test_blinded.csv",
354
  variant="secondary",
355
  )
356
  with gr.Column():