mgyigit commited on
Commit
0d128d1
·
1 Parent(s): 0cb0b4d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -289,7 +289,7 @@ For more details, see our [paper on arXiv](https://arxiv.org/abs/2302.07868).
289
  )
290
 
291
  image_output = gr.Image(
292
- label="Sample of Generated Molecules",
293
  elem_id="molecule_display"
294
  )
295
 
 
289
  )
290
 
291
  image_output = gr.Image(
292
+ label="Structures of Randomly Selected Generated Molecules",
293
  elem_id="molecule_display"
294
  )
295