Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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":
|
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)
|