VyLala commited on
Commit
de2ad87
·
verified ·
1 Parent(s): bfd3fb9

Update mtdna_backend.py

Browse files
Files changed (1) hide show
  1. mtdna_backend.py +1 -1
mtdna_backend.py CHANGED
@@ -266,7 +266,7 @@ def summarize_results(accession):
266
  # print(f"⚠️ Failed to save known output to Google Sheets: {e}")
267
  try:
268
  # Prepare as DataFrame
269
- df_new = pd.DataFrame(match_rows, columns=[
270
  "Sample ID", "Predicted Country", "Country Explanation",
271
  "Predicted Sample Type", "Sample Type Explanation",
272
  "Sources", "Query_cost", "Time cost"
 
266
  # print(f"⚠️ Failed to save known output to Google Sheets: {e}")
267
  try:
268
  # Prepare as DataFrame
269
+ df_new = pd.DataFrame(save_rows, columns=[
270
  "Sample ID", "Predicted Country", "Country Explanation",
271
  "Predicted Sample Type", "Sample Type Explanation",
272
  "Sources", "Query_cost", "Time cost"