Update app.py
Browse files
app.py
CHANGED
@@ -191,12 +191,12 @@ with gr.Blocks() as demo:
|
|
191 |
with gr.Row():
|
192 |
X0 = gr.Textbox(label="conotoxin")
|
193 |
X3 = gr.Textbox(label="Positions that needs optimization")
|
194 |
-
X1 = gr.Dropdown(choices=['<α7>','<AChBP>','
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
|
199 |
-
|
200 |
X2 = gr.Dropdown(choices=['<high>','<low>'], label="Potency")
|
201 |
with gr.Row():
|
202 |
τ = gr.Slider(minimum=1, maximum=2, step=0.1, label="τ")
|
|
|
191 |
with gr.Row():
|
192 |
X0 = gr.Textbox(label="conotoxin")
|
193 |
X3 = gr.Textbox(label="Positions that needs optimization")
|
194 |
+
X1 = gr.Dropdown(choices=['<α7>', '<AChBP>', '<Ca12>', '<Ca13>', '<Ca22>', '<Ca23>', '<GABA>', '<GluN2A>', '<GluN2B>', '<GluN2C>', '<GluN2D>', '<GluN3A>',
|
195 |
+
'<K11>', '<K12>', '<K13>', '<K16>', '<K17>', '<Kshaker>',
|
196 |
+
'<Na11>', '<Na12>', '<Na13>', '<Na14>', '<Na15>', '<Na16>', '<Na17>', '<Na18>', '<NaTTXR>', '<NaTTXS>', '<NET>',
|
197 |
+
'<α1AAR>', '<α1BAR>', '<α1β1γ>', '<α1β1γδ>', '<α1β1δ>', '<α1β1δε>', '<α1β1ε>', '<α2β2>', '<α2β4>', '<α3β2>', '<α3β4>',
|
198 |
+
'<α4β2>', '<α4β4>', '<α6α3β2>', '<α6α3β2β3>', '<α6α3β4>', '<α6α3β4β3>', '<α6β3β4>', '<α6β4>', '<α7α6β2>',
|
199 |
+
'<α75HT3>', '<α9>', '<α9α10>'], label="Subtype")
|
200 |
X2 = gr.Dropdown(choices=['<high>','<low>'], label="Potency")
|
201 |
with gr.Row():
|
202 |
τ = gr.Slider(minimum=1, maximum=2, step=0.1, label="τ")
|