simonduerr commited on
Commit
1a462a1
1 Parent(s): 82648e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -369,7 +369,7 @@ with proteindream:
369
  Created by [@simonduerr](https://twitter.com/simonduerr)
370
  """
371
  )
372
- seqChoice.change(fn=update_seqs, inputs=seqChoice, outputs=chosenSeq)
373
  btn2.click(fn=update, inputs=chosenSeq, outputs=[mol, plot, meanpLDDT])
374
 
375
  proteindream.launch(share=False)
 
369
  Created by [@simonduerr](https://twitter.com/simonduerr)
370
  """
371
  )
372
+ #seqChoice.change(fn=update_seqs, inputs=seqChoice, outputs=chosenSeq)
373
  btn2.click(fn=update, inputs=chosenSeq, outputs=[mol, plot, meanpLDDT])
374
 
375
  proteindream.launch(share=False)