mgyigit commited on
Commit
ed71669
1 Parent(s): 9bf9415

Update gradio_app.py

Browse files
Files changed (1) hide show
  1. gradio_app.py +1 -1
gradio_app.py CHANGED
@@ -123,7 +123,7 @@ with gr.Blocks() as demo:
123
  choices=("DrugGEN", "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
 
 
123
  choices=("DrugGEN", "DrugGEN-NoTarget"),
124
  value="DrugGEN",
125
  label="Select a model to make inference",
126
+ info= gr.Markdown("**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