matanninio commited on
Commit
8e4db71
·
1 Parent(s): c45ba32

wording in ps-task

Browse files
Files changed (1) hide show
  1. mammal_demo/ps_task.py +2 -2
mammal_demo/ps_task.py CHANGED
@@ -21,7 +21,7 @@ class PsTask(MammalTask):
21
  self.markup_text = """
22
  # Mammal based protein solubility estimation
23
 
24
- Given the protein sequance, estimate if it's soluble or insoluble.
25
  """
26
 
27
  def crate_sample_dict(self, sample_inputs: dict, model_holder: MammalObjectBroker):
@@ -91,7 +91,7 @@ Given the protein sequance, estimate if it's soluble or insoluble.
91
  gr.Markdown(self.markup_text)
92
  with gr.Row():
93
  protein_textbox = gr.Textbox(
94
- label="Protein sequance",
95
  # info="standard",
96
  interactive=True,
97
  lines=3,
 
21
  self.markup_text = """
22
  # Mammal based protein solubility estimation
23
 
24
+ Given the protein sequence, estimate if it's water-soluble.
25
  """
26
 
27
  def crate_sample_dict(self, sample_inputs: dict, model_holder: MammalObjectBroker):
 
91
  gr.Markdown(self.markup_text)
92
  with gr.Row():
93
  protein_textbox = gr.Textbox(
94
+ label="Protein sequence",
95
  # info="standard",
96
  interactive=True,
97
  lines=3,