suwesh commited on
Commit
c295a51
·
verified ·
1 Parent(s): 998f311

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ INSERT INTO sfdc_la (LAid, Amount, Tenure, ROI, Stage)
29
  VALUES (?, ?, ?, ?, ?)
30
  ''', loan_data)
31
  conn.commit()
32
- conn.close()
33
  """
34
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
35
  """
 
29
  VALUES (?, ?, ?, ?, ?)
30
  ''', loan_data)
31
  conn.commit()
32
+ #conn.close()
33
  """
34
  For more information on `huggingface_hub` Inference API support, please check the docs: https://huggingface.co/docs/huggingface_hub/v0.22.2/en/guides/inference
35
  """