Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,10 +1,11 @@
|
|
| 1 |
from util import *
|
| 2 |
|
| 3 |
-
st.markdown('# Prediction of coherence
|
| 4 |
|
| 5 |
st.markdown('## Inference')
|
| 6 |
|
| 7 |
Q = st.text_input("Question:")
|
|
|
|
| 8 |
A = st.text_input("Answer:")
|
| 9 |
|
| 10 |
if Q:
|
|
|
|
| 1 |
from util import *
|
| 2 |
|
| 3 |
+
st.markdown('# Prediction of coherence in answers to open-ended questions')
|
| 4 |
|
| 5 |
st.markdown('## Inference')
|
| 6 |
|
| 7 |
Q = st.text_input("Question:")
|
| 8 |
+
|
| 9 |
A = st.text_input("Answer:")
|
| 10 |
|
| 11 |
if Q:
|