Spaces:
Paused
Paused
Update app.py
Browse files
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 |
"""
|