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

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
- "List the name, born state and age of the heads of departments ordered by age.",
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 đăng gói cước nào?",
261
  key="question",
262
  )
263
  get_sql_button = st.button("Generate SQL query")