Spaces:
Runtime error
Runtime error
Morris
commited on
Commit
·
b912b86
1
Parent(s):
1a9e7d4
update app.py
Browse files- app.py +1 -1
- tp-subsections.csv +0 -0
app.py
CHANGED
@@ -8,7 +8,7 @@ def reset():
|
|
8 |
st.session_state.ind = False
|
9 |
st.session_state.student_answer = False
|
10 |
|
11 |
-
subsections = pd.read_csv('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')
|
12 |
|
13 |
st.title('iTELL Short Answer Scoring Demo')
|
14 |
st.image(Image.open('learlabaialoe.JPG'))
|
tp-subsections.csv
ADDED
The diff for this file is too large to render.
See raw diff
|
|