Update app.py
Browse files
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():
|