mgyigit commited on
Commit
9ac4628
·
verified ·
1 Parent(s): 41c2b33

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -307,15 +307,15 @@ For more details, see our [paper on arXiv](https://arxiv.org/abs/2302.07868).
307
  headers=["QED", "SA Score", "Internal Diversity", "SNN (ChEMBL)", "SNN (Drug)", "Max Length"],
308
  elem_id="advanced-metrics"
309
  )
 
 
 
 
310
 
311
  image_output = gr.Image(
312
  label="Structures of Randomly Selected Generated Molecules",
313
  elem_id="molecule_display"
314
  )
315
-
316
- file_download = gr.File(
317
- label="Download All Generated Molecules (SMILES format)",
318
- )
319
 
320
 
321
  gr.Markdown("### Created by the HUBioDataLab | [GitHub](https://github.com/HUBioDataLab/DrugGEN) | [Paper](https://arxiv.org/abs/2302.07868)")
 
307
  headers=["QED", "SA Score", "Internal Diversity", "SNN (ChEMBL)", "SNN (Drug)", "Max Length"],
308
  elem_id="advanced-metrics"
309
  )
310
+
311
+ file_download = gr.File(
312
+ label="Download All Generated Molecules (SMILES format)",
313
+ )
314
 
315
  image_output = gr.Image(
316
  label="Structures of Randomly Selected Generated Molecules",
317
  elem_id="molecule_display"
318
  )
 
 
 
 
319
 
320
 
321
  gr.Markdown("### Created by the HUBioDataLab | [GitHub](https://github.com/HUBioDataLab/DrugGEN) | [Paper](https://arxiv.org/abs/2302.07868)")