Spaces:
Sleeping
Sleeping
Default to protein selection panel being open
Browse files
hexviz/🧬Attention_Visualization.py
CHANGED
@@ -20,7 +20,7 @@ models = [
|
|
20 |
Model(name=ModelType.ZymCTRL, layers=36, heads=16),
|
21 |
]
|
22 |
|
23 |
-
with st.expander("Input a PDB id, upload a PDB file or input a sequence"):
|
24 |
pdb_id = select_pdb()
|
25 |
uploaded_file = st.file_uploader("2.Upload PDB", type=["pdb"])
|
26 |
input_sequence = st.text_area("3.Input sequence", "")
|
|
|
20 |
Model(name=ModelType.ZymCTRL, layers=36, heads=16),
|
21 |
]
|
22 |
|
23 |
+
with st.expander("Input a PDB id, upload a PDB file or input a sequence", expanded=True):
|
24 |
pdb_id = select_pdb()
|
25 |
uploaded_file = st.file_uploader("2.Upload PDB", type=["pdb"])
|
26 |
input_sequence = st.text_area("3.Input sequence", "")
|