Khachatur Mirijanyan
commited on
Commit
·
6ea428d
1
Parent(s):
946423b
Fix typo
Browse files
app.py
CHANGED
@@ -59,7 +59,7 @@ def get_db(q, tables):
|
|
59 |
else:
|
60 |
tables.extend(DEFAULT_TABLES)
|
61 |
db = SQLDatabase.from_uri("sqlite:///nba_small.db",
|
62 |
-
include_tables = tables
|
63 |
sample_rows_in_table_info=3)
|
64 |
return db
|
65 |
def answer_question(query):
|
|
|
59 |
else:
|
60 |
tables.extend(DEFAULT_TABLES)
|
61 |
db = SQLDatabase.from_uri("sqlite:///nba_small.db",
|
62 |
+
include_tables = tables,
|
63 |
sample_rows_in_table_info=3)
|
64 |
return db
|
65 |
def answer_question(query):
|