Spaces:
Sleeping
Sleeping
Update demo.py
Browse files
demo.py
CHANGED
@@ -379,6 +379,6 @@ def mSSubstructureSampleDemo(style,resn):
|
|
379 |
composed_cond = conditioners.ComposedConditioner([substruct_conditioner, c_symmetry])
|
380 |
|
381 |
if st.sidebar.button("Run Code with Button",key="substructure"):
|
382 |
-
mSSubstructureSample(
|
383 |
|
384 |
display(output,style,resn)
|
|
|
379 |
composed_cond = conditioners.ComposedConditioner([substruct_conditioner, c_symmetry])
|
380 |
|
381 |
if st.sidebar.button("Run Code with Button",key="substructure"):
|
382 |
+
mSSubstructureSample(protein,composed_cond,output)
|
383 |
|
384 |
display(output,style,resn)
|