Spaces:
Sleeping
Sleeping
Commit
·
b0d5f96
1
Parent(s):
f093679
feat: add main menu options and scripts
Browse files
app.py
CHANGED
@@ -257,7 +257,7 @@ CREATE TABLE product (id number, category text, name text, description text, pri
|
|
257 |
)
|
258 |
question = question_placeholder.text_input(
|
259 |
"##### Question",
|
260 |
-
"
|
261 |
key="question",
|
262 |
)
|
263 |
get_sql_button = st.button("Generate SQL query")
|
|
|
257 |
)
|
258 |
question = question_placeholder.text_input(
|
259 |
"##### Question",
|
260 |
+
"Số khách hàng ở tỉnh Đồng Nai có đăng ký gói cước nào?",
|
261 |
key="question",
|
262 |
)
|
263 |
get_sql_button = st.button("Generate SQL query")
|