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

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +4 -1
gradio_app.py CHANGED
@@ -135,7 +135,10 @@ 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)", "Novelty (AKT)", "MaxLen", "MeanAtomType", "SNN (ChEMBL)", "SNN (AKT)"],
 
 
 
139
  )
140
  file_download = gr.File(
141
  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)"],
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",