Update app.py
Browse files
app.py
CHANGED
@@ -179,7 +179,7 @@ with gr.Blocks() as demo:
|
|
179 |
gr.Markdown("# Conotoxin Optimization Generation")
|
180 |
gr.Markdown("#### Input")
|
181 |
gr.Markdown("β
**Conotoxin**: a conotoxin that needs to be optimized. For example, GCCSDPRCAWRC.")
|
182 |
-
gr.Markdown("β
**Positions**: the positions that need to be optimized, replaced by X. For example,
|
183 |
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7.")
|
184 |
gr.Markdown("β
**Potency**: required potency. For example, High.")
|
185 |
gr.Markdown("β
**Ο**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity.")
|
|
|
179 |
gr.Markdown("# Conotoxin Optimization Generation")
|
180 |
gr.Markdown("#### Input")
|
181 |
gr.Markdown("β
**Conotoxin**: a conotoxin that needs to be optimized. For example, GCCSDPRCAWRC.")
|
182 |
+
gr.Markdown("β
**Positions**: the positions that need to be optimized, replaced by X. For example, GCCXXXXCAWRC.")
|
183 |
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7.")
|
184 |
gr.Markdown("β
**Potency**: required potency. For example, High.")
|
185 |
gr.Markdown("β
**Ο**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity.")
|