trminhnam20082002 commited on
Commit
262f480
·
1 Parent(s): b0d5f96

feat: add main menu options and scripts

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 tỉnh Đồng Nai đăng gói cước nào?",
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 độ tuổi từ 30 đến 45 tuổi?",
261
  key="question",
262
  )
263
  get_sql_button = st.button("Generate SQL query")