AdrienVDS05 commited on
Commit
7e3a92a
Β·
verified Β·
1 Parent(s): 2a77874

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -116,7 +116,7 @@ def explain(row):
116
  return r.json().get("explanation", "No explanation returned.")
117
  except Exception as e:
118
  return f"Explanation service unavailable: {e}"
119
- )
120
 
121
 
122
  # ── main function ──────────────────────────────────────────
 
116
  return r.json().get("explanation", "No explanation returned.")
117
  except Exception as e:
118
  return f"Explanation service unavailable: {e}"
119
+
120
 
121
 
122
  # ── main function ──────────────────────────────────────────