Morris commited on
Commit
de6aeb1
·
1 Parent(s): e760c35

add application file

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ from transformers import pipeline
4
  pipe = pipeline('text-classification', model='tiedaar/short-answer-classification')
5
 
6
  subsections = pd.read_csv('subsections.csv')
7
-
8
  st.title('Short Answer Scoring Demo')
9
  st.write('This is a demonstration of the iTELL short answer scoring model.')
10
  st.write('You will be provided with a random passage from a book on Macroeconomics and a question.')
 
4
  pipe = pipeline('text-classification', model='tiedaar/short-answer-classification')
5
 
6
  subsections = pd.read_csv('subsections.csv')
7
+ st.markdown('![headerphoto](learlabaialoe.JPG)')
8
  st.title('Short Answer Scoring Demo')
9
  st.write('This is a demonstration of the iTELL short answer scoring model.')
10
  st.write('You will be provided with a random passage from a book on Macroeconomics and a question.')