saritha5 commited on
Commit
e17b69c
·
1 Parent(s): c105aa0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ from util import *
14
  from sampler import *
15
  from tnn import *
16
  from txproc import *
17
-
18
  emailDoms = ["yahoo.com", "gmail.com", "hotmail.com", "aol.com"]
19
 
20
  st.title("Duplicate Records Prediction")
 
14
  from sampler import *
15
  from tnn import *
16
  from txproc import *
17
+ import streamlit as st
18
  emailDoms = ["yahoo.com", "gmail.com", "hotmail.com", "aol.com"]
19
 
20
  st.title("Duplicate Records Prediction")