yashm commited on
Commit
017a644
·
verified ·
1 Parent(s): bd3f684

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from Bio import SeqIO
5
  import os
6
  from io import StringIO
7
 
 
8
  # Ensure the 'temp' directory exists for saving temporary files
9
  temp_dir = "temp"
10
  os.makedirs(temp_dir, exist_ok=True)
 
5
  import os
6
  from io import StringIO
7
 
8
+
9
  # Ensure the 'temp' directory exists for saving temporary files
10
  temp_dir = "temp"
11
  os.makedirs(temp_dir, exist_ok=True)