Spaces:
Running
Running
Commit
·
18379ef
1
Parent(s):
aad7754
test
Browse files
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.
|
142 |
-
protein = gr.File(label="Protein 3D file. Currently,
|
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")
|