Shrikrishna commited on
Commit
a891dfd
1 Parent(s): ff9ca9f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -4,7 +4,7 @@ import pickle
4
 
5
  model = pickle.load(open('model.pkl','rb'))
6
 
7
- st.header('Duplicate Question Pairs')
8
 
9
  q1 = st.text_input('Enter question 1')
10
  q2 = st.text_input('Enter question 2')
 
4
 
5
  model = pickle.load(open('model.pkl','rb'))
6
 
7
+ st.header('Duplicate Question Predictor')
8
 
9
  q1 = st.text_input('Enter question 1')
10
  q2 = st.text_input('Enter question 2')