furrutiav commited on
Commit
923a8b4
·
1 Parent(s): b18d457

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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