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