mgyigit commited on
Commit
b83af40
·
verified ·
1 Parent(s): f4a60c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -303,7 +303,7 @@ with gr.Blocks(theme=gr.themes.Ocean()) as demo:
303
  custom_smiles = gr.Textbox(
304
  label="Input SMILES (one per line, maximum 100 molecules)",
305
  info="This space runs on a CPU, which may result in slower performance. Generating 100 molecules takes approximately 6 minutes. Therefore, we set a 100-molecule cap.\n\n Molecules larger than allowed maximum length (45 for AKT1/NoTarget and 38 for CDK2) and allowed atom types are going to be filtered.\n\n Novelty (Inference) metric is going to be calculated using these input smiles.",
306
- placeholder="C(C(=O)O)N\nCCO\n...",
307
  lines=10
308
  )
309
 
 
303
  custom_smiles = gr.Textbox(
304
  label="Input SMILES (one per line, maximum 100 molecules)",
305
  info="This space runs on a CPU, which may result in slower performance. Generating 100 molecules takes approximately 6 minutes. Therefore, we set a 100-molecule cap.\n\n Molecules larger than allowed maximum length (45 for AKT1/NoTarget and 38 for CDK2) and allowed atom types are going to be filtered.\n\n Novelty (Inference) metric is going to be calculated using these input smiles.",
306
+ placeholder="Nc1ccccc1-c1nc(N)c2ccccc2n1\nO=C(O)c1ccccc1C(=O)c1cccc(Cl)c1\n...",
307
  lines=10
308
  )
309