Morris commited on
Commit
725376d
·
1 Parent(s): e68531b

update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -8,7 +8,8 @@ def reset():
8
  st.session_state.ind = False
9
  st.session_state.student_answer = False
10
 
11
- subsections = pd.read_csv('tp-subsections.csv')
 
12
 
13
  st.title('iTELL Short Answer Scoring Demo')
14
  st.image(Image.open('learlabaialoe.JPG'))
 
8
  st.session_state.ind = False
9
  st.session_state.student_answer = False
10
 
11
+ subsections = pd.read_csv('tp-subsections.csv').dropna(axis=0, how='any', subset=['question'])
12
+
13
 
14
  st.title('iTELL Short Answer Scoring Demo')
15
  st.image(Image.open('learlabaialoe.JPG'))