Update app.py
Browse files
app.py
CHANGED
@@ -208,7 +208,7 @@ def ACE(file):
|
|
208 |
# test_Structure_index = df["Structure_index"].tolist()
|
209 |
|
210 |
test_sequences = [file]
|
211 |
-
test_Structure_index = "structure_1"
|
212 |
|
213 |
|
214 |
test_dict = {"text":test_sequences, 'structure':test_Structure_index}
|
|
|
208 |
# test_Structure_index = df["Structure_index"].tolist()
|
209 |
|
210 |
test_sequences = [file]
|
211 |
+
test_Structure_index = ["structure_1"]
|
212 |
|
213 |
|
214 |
test_dict = {"text":test_sequences, 'structure':test_Structure_index}
|