mgyigit commited on
Commit
81e39b1
1 Parent(s): a9323ae

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -135,7 +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)", "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
  file_download = gr.File(
141
  label="Click to download generated molecules",