akadhim-ai commited on
Commit
9547287
1 Parent(s): e775db4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -90,7 +90,7 @@ if uploaded_pdf_file:
90
  else:
91
  yes_percentage = 0
92
 
93
- answer_summary.append(["Percentage of 'Yes' Answers", f"{yes_percentage:.2f}%", ""])
94
 
95
  # Display the summary in a table
96
  st.table(answer_summary)
 
90
  else:
91
  yes_percentage = 0
92
 
93
+ answer_summary.append(["Output Quality (✅/Total Questions)", f"{yes_percentage:.2f}%", ""])
94
 
95
  # Display the summary in a table
96
  st.table(answer_summary)