dejanseo commited on
Commit
643c698
·
verified ·
1 Parent(s): a15d4fe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ if st.button("Classify"):
90
  label, conf = classify(p)
91
  results.append({
92
  "Prompt": p,
93
- "Grounding": "Yes" if label == 1 else "No",
94
  "Confidence": round(conf, 4)
95
  })
96
  df = pd.DataFrame(results)
 
90
  label, conf = classify(p)
91
  results.append({
92
  "Prompt": p,
93
+ "QDF": "Yes" if label == 1 else "No",
94
  "Confidence": round(conf, 4)
95
  })
96
  df = pd.DataFrame(results)