jiaxianustc commited on
Commit
18379ef
·
1 Parent(s): aad7754
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -138,8 +138,8 @@ with gr.Blocks() as demo:
138
  """)
139
 
140
  with gr.Row():
141
- ligand = gr.File(label="Ligand 3D file. We utilize openbabel to process ligand files, which supports all file types that openbabel can read.")
142
- protein = gr.File(label="Protein 3D file. Currently, our system only supports the pdb file type for protein files.")
143
 
144
  IC50 = gr.Textbox(label="Predicted IC50 Value")
145
  K = gr.Textbox(label="Predicted K Value")
 
138
  """)
139
 
140
  with gr.Row():
141
+ ligand = gr.File(label="Ligand 3D file. MBP utilizes openbabel to process ligand files and supports all file types that openbabel can read.")
142
+ protein = gr.File(label="Protein 3D file. Currently, MBP only supports the pdb file type for protein files.")
143
 
144
  IC50 = gr.Textbox(label="Predicted IC50 Value")
145
  K = gr.Textbox(label="Predicted K Value")