Mustehson commited on
Commit
99f3938
·
verified ·
1 Parent(s): e58bb51

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -101,7 +101,7 @@ def text2sql(table, query_input):
101
  table_schema: "",
102
  input_prompt: "",
103
  generated_query: "",
104
- result_output:pd.DataFrame([{"error": f"❌ Please Select Table, Schema.}"}])
105
  }
106
 
107
  schema = get_table_schema(table)
 
101
  table_schema: "",
102
  input_prompt: "",
103
  generated_query: "",
104
+ result_output:pd.DataFrame([{"error": "❌ Please Select Table, Schema.}"}])
105
  }
106
 
107
  schema = get_table_schema(table)