osbm commited on
Commit
7344539
·
1 Parent(s): dee9163

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"],
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 Test"],
191
  )
192
  file_download = gr.File(
193
  label="Click to download generated molecules",