BillBojangeles2000 commited on
Commit
719bfc7
·
1 Parent(s): bf2f32a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,5 +137,5 @@ if submit_button:
137
  x = x + 1
138
  else:
139
  x = x + 1
140
-
141
  st.subheader(f'Your average score for the answers is {calculate_average(scores)}')
 
137
  x = x + 1
138
  else:
139
  x = x + 1
140
+ if len(scores) == len(questions):
141
  st.subheader(f'Your average score for the answers is {calculate_average(scores)}')