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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -1,10 +1,11 @@
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
 
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: