Update app.py
Browse files
app.py
CHANGED
@@ -171,14 +171,14 @@ def CTXGen(X0, X3, X1, X2, Ο, g_num, model_name):
|
|
171 |
|
172 |
with gr.Blocks() as demo:
|
173 |
gr.Markdown("# Conotoxin Optimization Generation")
|
174 |
-
gr.Markdown("
|
175 |
-
gr.Markdown("Conotoxin
|
176 |
-
gr.Markdown("Positions
|
177 |
-
gr.Markdown("Subtype
|
178 |
-
gr.Markdown("Potency
|
179 |
-
gr.Markdown("
|
180 |
-
gr.Markdown("Number of generations
|
181 |
-
gr.Markdown("Model
|
182 |
|
183 |
with gr.Row():
|
184 |
X0 = gr.Textbox(label="conotoxin")
|
|
|
171 |
|
172 |
with gr.Blocks() as demo:
|
173 |
gr.Markdown("# Conotoxin Optimization Generation")
|
174 |
+
gr.Markdown("#### Input")
|
175 |
+
gr.Markdown("β
**Conotoxin**: a conotoxin that needs to be optimized. For example, GCCSDPRCAWRC")
|
176 |
+
gr.Markdown("β
**Positions**: the positions that need to be optimized, replaced by X. For example, GCCXXXXCAHRC")
|
177 |
+
gr.Markdown("β
**Subtype**: subtype of action. For example, Ξ±7")
|
178 |
+
gr.Markdown("β
**Potency**: required potency. For example, High")
|
179 |
+
gr.Markdown("β
**Ο**: temperature factor controls the diversity of conotoxins generated. The higher the value, the higher the diversity")
|
180 |
+
gr.Markdown("β
**Number of generations**: if it is not completed within 1200 seconds, it will automatically stop.")
|
181 |
+
gr.Markdown("β
**Model**: model parameters trained at different stages of data augmentation. Please refer to the paper for details.")
|
182 |
|
183 |
with gr.Row():
|
184 |
X0 = gr.Textbox(label="conotoxin")
|