cafierom commited on
Commit
35e9edc
·
verified ·
1 Parent(s): f6b15d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -358,7 +358,8 @@ with gr.Blocks() as gradio_app:
358
 
359
 
360
  smile = gr.Textbox(label="SMILES for hit expansion")
361
-
 
362
 
363
  with gr.Row():
364
  mask_btn = gr.Button("Generate analogues with Mask-filling.")
 
358
 
359
 
360
  smile = gr.Textbox(label="SMILES for hit expansion")
361
+ percent_mask = gr.Radio(choices = [0.10, 0.15, 0.20],
362
+ label="Fraction of hit molecule to mask.", value = 0.15,interactive=True)
363
 
364
  with gr.Row():
365
  mask_btn = gr.Button("Generate analogues with Mask-filling.")