Spaces:
Runtime error
Runtime error
tkharisov7
commited on
Commit
·
9366d3a
1
Parent(s):
6618229
Update app.py
Browse files
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
|
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:")
|