Spaces:
Sleeping
Sleeping
matanninio
commited on
Commit
•
e35b2f0
1
Parent(s):
620df01
spelling for sequence
Browse files- mammal_demo/tcr_task.py +2 -2
mammal_demo/tcr_task.py
CHANGED
@@ -26,7 +26,7 @@ class TcrTask(MammalTask):
|
|
26 |
self.markup_text = """
|
27 |
# Mammal based T-cell receptors-peptide binding specificity demonstration
|
28 |
|
29 |
-
Given the TCR beta
|
30 |
"""
|
31 |
|
32 |
def create_prompt(self, tcr_beta_seq, epitope_seq):
|
@@ -161,7 +161,7 @@ Given the TCR beta sequance and the epitope sequacne, estimate the binding speci
|
|
161 |
value=self.examples["tcr_beta_seq"],
|
162 |
)
|
163 |
epitope_textbox = gr.Textbox(
|
164 |
-
label="Epitope
|
165 |
# info="standard",
|
166 |
interactive=True,
|
167 |
lines=3,
|
|
|
26 |
self.markup_text = """
|
27 |
# Mammal based T-cell receptors-peptide binding specificity demonstration
|
28 |
|
29 |
+
Given the TCR beta sequence and the epitope sequence, estimate the binding specificity.
|
30 |
"""
|
31 |
|
32 |
def create_prompt(self, tcr_beta_seq, epitope_seq):
|
|
|
161 |
value=self.examples["tcr_beta_seq"],
|
162 |
)
|
163 |
epitope_textbox = gr.Textbox(
|
164 |
+
label="Epitope sequence",
|
165 |
# info="standard",
|
166 |
interactive=True,
|
167 |
lines=3,
|