Update app.py
Browse files
app.py
CHANGED
@@ -164,11 +164,11 @@ with gr.Blocks() as demo:
|
|
164 |
gr.Markdown("✅**Seed**: enter an integer as the random seed to ensure reproducible results. The default is random.")
|
165 |
|
166 |
with gr.Row():
|
167 |
-
X1 = gr.Dropdown(choices=['<AChBP>', '<Ca12>', '<Ca13>', '<Ca22>', '<Ca23>', '<GABA>', '<GluN2A>', '<GluN2B>', '<GluN2C>', '<GluN2D>', '<GluN3A>',
|
168 |
'<K11>', '<K12>', '<K13>', '<K16>', '<K17>', '<Kshaker>',
|
169 |
'<Na11>', '<Na12>', '<Na13>', '<Na14>', '<Na15>', '<Na16>', '<Na17>', '<Na18>', '<NaTTXR>', '<NaTTXS>', '<NET>',
|
170 |
'<α1AAR>', '<α1BAR>', '<α1β1γ>', '<α1β1γδ>', '<α1β1δ>', '<α1β1δε>', '<α1β1ε>', '<α2β2>', '<α2β4>', '<α3β2>', '<α3β4>',
|
171 |
-
'<α4β2>', '<α4β4>', '<α6α3β2>', '<α6α3β2β3>', '<α6α3β4>', '<α6α3β4β3>', '<α6β3β4>', '<α6β4>', '<α7
|
172 |
'<α75HT3>', '<α9>', '<α9α10>'], label="Subtype")
|
173 |
X2 = gr.Dropdown(choices=['<high>','<low>'], label="Potency")
|
174 |
τ = gr.Slider(minimum=1, maximum=2, step=0.1, label="τ")
|
|
|
164 |
gr.Markdown("✅**Seed**: enter an integer as the random seed to ensure reproducible results. The default is random.")
|
165 |
|
166 |
with gr.Row():
|
167 |
+
X1 = gr.Dropdown(choices=['<α7>', '<AChBP>', '<Ca12>', '<Ca13>', '<Ca22>', '<Ca23>', '<GABA>', '<GluN2A>', '<GluN2B>', '<GluN2C>', '<GluN2D>', '<GluN3A>',
|
168 |
'<K11>', '<K12>', '<K13>', '<K16>', '<K17>', '<Kshaker>',
|
169 |
'<Na11>', '<Na12>', '<Na13>', '<Na14>', '<Na15>', '<Na16>', '<Na17>', '<Na18>', '<NaTTXR>', '<NaTTXS>', '<NET>',
|
170 |
'<α1AAR>', '<α1BAR>', '<α1β1γ>', '<α1β1γδ>', '<α1β1δ>', '<α1β1δε>', '<α1β1ε>', '<α2β2>', '<α2β4>', '<α3β2>', '<α3β4>',
|
171 |
+
'<α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>',
|
172 |
'<α75HT3>', '<α9>', '<α9α10>'], label="Subtype")
|
173 |
X2 = gr.Dropdown(choices=['<high>','<low>'], label="Potency")
|
174 |
τ = gr.Slider(minimum=1, maximum=2, step=0.1, label="τ")
|