Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -10,7 +10,7 @@ def main():
|
|
| 10 |
|
| 11 |
# Database Initialization
|
| 12 |
database = "rfp_agent.db"
|
| 13 |
-
conn = create_connection(database)
|
| 14 |
if conn is not None:
|
| 15 |
create_tables(conn)
|
| 16 |
else:
|
|
|
|
| 10 |
|
| 11 |
# Database Initialization
|
| 12 |
database = "rfp_agent.db"
|
| 13 |
+
conn = backend.create_connection(database)
|
| 14 |
if conn is not None:
|
| 15 |
create_tables(conn)
|
| 16 |
else:
|