oucgc1996 commited on
Commit
4a7c484
1 Parent(s): 5bf0bdf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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}