mgyigit commited on
Commit
a9323ae
1 Parent(s): 12346bf

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -4
gradio_app.py CHANGED
@@ -135,10 +135,7 @@ with gr.Blocks() as demo:
135
  with gr.Column(scale=2):
136
  scores_df = gr.Dataframe(
137
  label="Scores",
138
- headers=["Runtime (seconds)", "Validity", "Uniqueness", "Novelty (Train)", "Novelty (Inference)"],
139
- )
140
- scores_df = gr.Dataframe(
141
- headers=["Novelty (AKT)", "MaxLen", "MeanAtomType", "SNN (ChEMBL)", "SNN (AKT)"]
142
  )
143
  file_download = gr.File(
144
  label="Click to download generated molecules",
 
135
  with gr.Column(scale=2):
136
  scores_df = gr.Dataframe(
137
  label="Scores",
138
+ headers=["Runtime (seconds)", "Validity", "Uniqueness", "Novelty (Train)", "Novelty (Inference)", "Novelty (AKT)", "MaxLen", "MeanAtomType", "SNN (ChEMBL)", "SNN (AKT)"]
 
 
 
139
  )
140
  file_download = gr.File(
141
  label="Click to download generated molecules",