arithescientist commited on
Commit
0769108
·
verified ·
1 Parent(s): 580d1d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -70,10 +70,10 @@ agent_executor = create_sql_agent(
70
  # Step 3: Sample Questions
71
  st.write("**Sample Questions:**")
72
  sample_questions = [
73
- "Provide an analysis of the data.",
74
  "Summarize the data for me.",
 
75
  "Can you offer any recommendations based on the data sets?",
76
- "What are the total sales across regions?"
77
  ]
78
 
79
  def set_sample_question(question):
 
70
  # Step 3: Sample Questions
71
  st.write("**Sample Questions:**")
72
  sample_questions = [
 
73
  "Summarize the data for me.",
74
+ "Do you notice any correlations in the datasets?"
75
  "Can you offer any recommendations based on the data sets?",
76
+ "Provide an analysis of some numbers across some categories."
77
  ]
78
 
79
  def set_sample_question(question):