tkharisov7 commited on
Commit
9366d3a
·
1 Parent(s): 6618229

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,7 +1,7 @@
1
  import streamlit as st
2
 
3
  st.markdown("# Automatic Essay Scoring for IELTS Writing Task 2")
4
- st.markdown("##Please enter youtr question and essay below:")
5
  st.markdown("**Disclaimer: This is a demo app and the results are not accurate. Model is trained on small dataset and is not robust enough to generalize well. Main application is to determine scores from 6 to 9. Scores below 6 are not accurate.**")
6
 
7
  st.markdown("### Question:")
 
1
  import streamlit as st
2
 
3
  st.markdown("# Automatic Essay Scoring for IELTS Writing Task 2")
4
+ st.markdown("## Please enter your question and essay below:")
5
  st.markdown("**Disclaimer: This is a demo app and the results are not accurate. Model is trained on small dataset and is not robust enough to generalize well. Main application is to determine scores from 6 to 9. Scores below 6 are not accurate.**")
6
 
7
  st.markdown("### Question:")