Vaibhav84 commited on
Commit
cdd0404
·
verified ·
1 Parent(s): db42e5a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -13,7 +13,7 @@ db_params = {
13
  'user': 'anu',
14
  'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
15
  }
16
- st.header("Profile - Job Description Match Results")
17
 
18
  async def ProfileMatchResults():
19
  dbQuery = "select * from profilematch"
 
13
  'user': 'anu',
14
  'password': '5omRLogf9Kdas3zoBFPCT9yrCGU4IbEX',
15
  }
16
+
17
 
18
  async def ProfileMatchResults():
19
  dbQuery = "select * from profilematch"