cafierom commited on
Commit
71708a5
·
verified ·
1 Parent(s): 51a0d60

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -359,8 +359,8 @@ with gr.Blocks() as gradio_app:
359
 
360
  smile = gr.Textbox(label="SMILES for hit expansion")
361
  with gr.Row():
362
- mask_btn = gr.Button("Generate analogues.")
363
- sub_btn = gr.Button("Generate analogues.")
364
 
365
  with gr.Row():
366
  results = gr.Textbox(label="New Molecules: ")
 
359
 
360
  smile = gr.Textbox(label="SMILES for hit expansion")
361
  with gr.Row():
362
+ mask_btn = gr.Button("Generate analogues with Mask-filling.")
363
+ sub_btn = gr.Button("Generate analogues with substitutions.")
364
 
365
  with gr.Row():
366
  results = gr.Textbox(label="New Molecules: ")