Spaces:
Runtime error
Runtime error
Commit
·
83c6d77
1
Parent(s):
f368d83
c/p error fixed
Browse files- mammal_demo/dti_task.py +2 -2
mammal_demo/dti_task.py
CHANGED
|
@@ -15,7 +15,7 @@ class DtiTask(MammalTask):
|
|
| 15 |
"drug_seq": "CC(=O)NCCC1=CNc2c1cc(OC)cc2",
|
| 16 |
}
|
| 17 |
self.markup_text = """
|
| 18 |
-
# Mammal based Target
|
| 19 |
|
| 20 |
Given a protein sequence and a drug (in SMILES), estimate the binding affinity.
|
| 21 |
"""
|
|
@@ -101,7 +101,7 @@ Given a protein sequence and a drug (in SMILES), estimate the binding affinity.
|
|
| 101 |
)
|
| 102 |
with gr.Row():
|
| 103 |
run_mammal = gr.Button(
|
| 104 |
-
"Run Mammal prompt for
|
| 105 |
variant="primary",
|
| 106 |
)
|
| 107 |
with gr.Row():
|
|
|
|
| 15 |
"drug_seq": "CC(=O)NCCC1=CNc2c1cc(OC)cc2",
|
| 16 |
}
|
| 17 |
self.markup_text = """
|
| 18 |
+
# Mammal based Drug-Target binding affinity demonstration
|
| 19 |
|
| 20 |
Given a protein sequence and a drug (in SMILES), estimate the binding affinity.
|
| 21 |
"""
|
|
|
|
| 101 |
)
|
| 102 |
with gr.Row():
|
| 103 |
run_mammal = gr.Button(
|
| 104 |
+
"Run Mammal prompt for drug-target binding affinity",
|
| 105 |
variant="primary",
|
| 106 |
)
|
| 107 |
with gr.Row():
|