zealous79A commited on
Commit
a1936fa
·
verified ·
1 Parent(s): 1aa2ef7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -16,7 +16,7 @@ def run_query(input: str):
16
  df_results = duckdb.sql(
17
  query=f"""
18
  SELECT *
19
- FROM train
20
  WHERE act LIKE '%{input}%'
21
  """
22
  ).to_df()
 
16
  df_results = duckdb.sql(
17
  query=f"""
18
  SELECT *
19
+ FROM ds
20
  WHERE act LIKE '%{input}%'
21
  """
22
  ).to_df()