ragha108 commited on
Commit
c59f27d
·
1 Parent(s): 9bdfd25

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ import pandas as pd
4
  import os
5
  from sqlalchemy import create_engine
6
  from sqlalchemy.pool import StaticPool
7
- from langchain import OpenAI, SQLDatabase, SQLDatabaseChain
 
8
 
9
 
10
 
 
4
  import os
5
  from sqlalchemy import create_engine
6
  from sqlalchemy.pool import StaticPool
7
+ from langchain.chains.sql_database.base import SQLDatabaseChain
8
+ from langchain import OpenAI, SQLDatabase
9
 
10
 
11