Spaces:
Build error
Build error
Update app.py
Browse files
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)
|