Hukuna commited on
Commit
a7aa88a
·
verified ·
1 Parent(s): 38446cf

Update demo.py

Browse files
Files changed (1) hide show
  1. demo.py +1 -1
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(preotein,composed_cond,output)
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)