update
Browse files
app.py
CHANGED
|
@@ -134,7 +134,7 @@ def handle_file_upload(file):
|
|
| 134 |
|
| 135 |
def handle_pdb_id_input(pdb_id):
|
| 136 |
try:
|
| 137 |
-
|
| 138 |
pdbl = PDBList()
|
| 139 |
# 使用 TemporaryDirectory 创建临时文件夹
|
| 140 |
with TemporaryDirectory() as temp_dir:
|
|
|
|
| 134 |
|
| 135 |
def handle_pdb_id_input(pdb_id):
|
| 136 |
try:
|
| 137 |
+
pdb_id = pdb_id.strip().lower()
|
| 138 |
pdbl = PDBList()
|
| 139 |
# 使用 TemporaryDirectory 创建临时文件夹
|
| 140 |
with TemporaryDirectory() as temp_dir:
|