Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.")
|