oucgc1996 commited on
Commit
2739542
Β·
verified Β·
1 Parent(s): baf40c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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, GCCXXXXCAHRC.")
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.")