Spaces:
Sleeping
Sleeping
Commit
·
262f480
1
Parent(s):
b0d5f96
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 |
-
"Số khách hàng
|
| 261 |
key="question",
|
| 262 |
)
|
| 263 |
get_sql_button = st.button("Generate SQL query")
|
|
|
|
| 257 |
)
|
| 258 |
question = question_placeholder.text_input(
|
| 259 |
"##### Question",
|
| 260 |
+
"Số lượng khách hàng có độ tuổi từ 30 đến 45 tuổi?",
|
| 261 |
key="question",
|
| 262 |
)
|
| 263 |
get_sql_button = st.button("Generate SQL query")
|