oucgc1996 commited on
Commit
5bf0bdf
·
verified ·
1 Parent(s): eec4956

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -207,7 +207,7 @@ def ACE(file):
207
  # test_sequences = df["Seq"].tolist()
208
  # test_Structure_index = df["Structure_index"].tolist()
209
 
210
- test_sequences = file
211
  test_Structure_index = "structure_1"
212
 
213
 
 
207
  # test_sequences = df["Seq"].tolist()
208
  # test_Structure_index = df["Structure_index"].tolist()
209
 
210
+ test_sequences = [file]
211
  test_Structure_index = "structure_1"
212
 
213