ankush-003 commited on
Commit
ecc61c8
·
verified ·
1 Parent(s): 10757ec

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
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)