Spaces:
Sleeping
Sleeping
akadhim-ai
commited on
Commit
•
9547287
1
Parent(s):
e775db4
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ if uploaded_pdf_file:
|
|
90 |
else:
|
91 |
yes_percentage = 0
|
92 |
|
93 |
-
answer_summary.append(["
|
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)
|