Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -92,8 +92,8 @@ with st.sidebar:
|
|
92 |
with st.form("model_selection_from"):
|
93 |
|
94 |
model_name = st.radio(
|
95 |
-
"Select a model to make inference",
|
96 |
-
('Prot
|
97 |
|
98 |
molecule_num_input = st.number_input('Number of molecules to generate', min_value=1, max_value=100_000, value=1000, step=1)
|
99 |
|
|
|
92 |
with st.form("model_selection_from"):
|
93 |
|
94 |
model_name = st.radio(
|
95 |
+
"Select a model to make inference (Prot and CrossLoss models are pretrained on AKT1 inhibitors)",
|
96 |
+
('Prot', 'CrossLoss', 'NoTarget'))
|
97 |
|
98 |
molecule_num_input = st.number_input('Number of molecules to generate', min_value=1, max_value=100_000, value=1000, step=1)
|
99 |
|