gyanbardhan123 commited on
Commit
e227943
1 Parent(s): 79f04c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -338,7 +338,8 @@ def clear_text():
338
 
339
 
340
  def main():
341
- st.title('Duplicate Question')
 
342
 
343
  q1 = st.text_input("Enter Question1", key="text1")
344
  q2 = st.text_input("Enter Question2", key="text2")
 
338
 
339
 
340
  def main():
341
+ st.title('Duplicate Question Detection (Approach 1)')
342
+ st.write("Feature Engineering, BOW , Random Forest")
343
 
344
  q1 = st.text_input("Enter Question1", key="text1")
345
  q2 = st.text_input("Enter Question2", key="text2")