Mustehson commited on
Commit
eab6d7f
·
1 Parent(s): 6dd67f1
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -148,7 +148,7 @@ def main(table):
148
  schema = get_table_schema(table)
149
  df = get_data_df(schema)
150
  df_statistics, df_alerts = statistics(df)
151
- describe_cat, describe_num = describe(df)
152
 
153
  tests = run_llm(df)
154
  print(tests)
 
148
  schema = get_table_schema(table)
149
  df = get_data_df(schema)
150
  df_statistics, df_alerts = statistics(df)
151
+ describe_num, describe_cat = describe(df)
152
 
153
  tests = run_llm(df)
154
  print(tests)