mgyigit commited on
Commit
091e498
1 Parent(s): 9651f63

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as demo:
147
  label="Click to download generated molecules",
148
  )
149
  image_output = gr.Image(
150
- label="Structures of randomly selected 12 de novo molecules from the inference set:"
151
  )
152
 
153
 
 
147
  label="Click to download generated molecules",
148
  )
149
  image_output = gr.Image(
150
+ label="Structures of randomly selected de novo molecules from the inference set:"
151
  )
152
 
153