mgyigit commited on
Commit
ff04de8
1 Parent(s): 98ada9b

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +2 -1
gradio_app.py CHANGED
@@ -123,7 +123,8 @@ with gr.Blocks() as demo:
123
  choices=("DrugGEN", "NoTarget"),
124
  value="DrugGEN",
125
  label="Select a model to make inference",
126
- info="DrugGEN model design molecules to target the AKT1 protein (P31749)."
 
127
  )
128
 
129
  num_molecules = gr.Number(
 
123
  choices=("DrugGEN", "NoTarget"),
124
  value="DrugGEN",
125
  label="Select a model to make inference",
126
+ info= str("DrugGEN model designs small molecules to target the human AKT1 protein (UniProt id: P31749)." + '\n'
127
+ + "DrugGEN-NoTarget model designs random drug-like small molecules.")
128
  )
129
 
130
  num_molecules = gr.Number(