sagawa commited on
Commit
3f0d59c
1 Parent(s): 6be1fa5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -27,7 +27,6 @@ class Config:
27
 
28
  # Assuming 'predict_stability' is your function that predicts protein stability
29
  def predict_stability(cfg, model_choice, organism_choice, pdb_file=None, sequence=None):
30
- error0
31
  # Check if pdb_file is provided
32
  if pdb_file:
33
  error1
 
27
 
28
  # Assuming 'predict_stability' is your function that predicts protein stability
29
  def predict_stability(cfg, model_choice, organism_choice, pdb_file=None, sequence=None):
 
30
  # Check if pdb_file is provided
31
  if pdb_file:
32
  error1