Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -9,6 +9,7 @@ from langchain.schema.runnable import Runnable
|
|
| 9 |
from utils.sql_runtime import SQLRuntime
|
| 10 |
|
| 11 |
load_dotenv()
|
|
|
|
| 12 |
# global variables
|
| 13 |
db_path = './data/elections.db'
|
| 14 |
sql_runtime = SQLRuntime(dbname=db_path)
|
|
|
|
| 9 |
from utils.sql_runtime import SQLRuntime
|
| 10 |
|
| 11 |
load_dotenv()
|
| 12 |
+
|
| 13 |
# global variables
|
| 14 |
db_path = './data/elections.db'
|
| 15 |
sql_runtime = SQLRuntime(dbname=db_path)
|