jiaxianustc commited on
Commit
2f6bf76
·
1 Parent(s): b412584
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -129,8 +129,8 @@ def test(ligand, protein):
129
  return e, e
130
 
131
  with gr.Blocks() as demo:
132
- ligand = gr.File(label="ligand")
133
- protein = gr.File(label="Protein, please use .pdb files")
134
  IC50 = gr.Textbox(label="Predicted IC50 Value")
135
  K = gr.Textbox(label="Predicted K Value")
136
 
 
129
  return e, e
130
 
131
  with gr.Blocks() as demo:
132
+ ligand = gr.File(label="Please input ligand 3D structure file.")
133
+ protein = gr.File(label="Please input protein 3D structure file (.pdb format).")
134
  IC50 = gr.Textbox(label="Predicted IC50 Value")
135
  K = gr.Textbox(label="Predicted K Value")
136