Jayesh13 commited on
Commit
428afaa
·
verified ·
1 Parent(s): 3069101

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -81,7 +81,7 @@ if app_choice == "🔁 Protein Repeat Finder":
81
  return new_repeats
82
 
83
  def get_or_process_sequence(sequence, analysis_type, overlap=50):
84
- if not results_collection:
85
  return {}
86
 
87
  hash_input = f"{sequence}_{analysis_type}"
 
81
  return new_repeats
82
 
83
  def get_or_process_sequence(sequence, analysis_type, overlap=50):
84
+ if results_collection is None:
85
  return {}
86
 
87
  hash_input = f"{sequence}_{analysis_type}"