osbm commited on
Commit
c3ab666
·
1 Parent(s): 2088570

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -187,7 +187,7 @@ with gr.Blocks() as demo:
187
  with gr.Column(scale=2):
188
  scores_df = gr.Dataframe(
189
  label="Scores",
190
- headers=["Runtime (seconds)", "Validity", "Uniqueness", "Novelty (Train)", "Novelty (Test)"],
191
  )
192
  file_download = gr.File(
193
  label="Click to download generated molecules",
 
187
  with gr.Column(scale=2):
188
  scores_df = gr.Dataframe(
189
  label="Scores",
190
+ headers=["Runtime (seconds)", "Validity", "Uniqueness", "Novelty (Train)", "Novelty (Inference)"],
191
  )
192
  file_download = gr.File(
193
  label="Click to download generated molecules",