Spaces:
Running
Running
arithescientist
commited on
Update app.py
Browse files
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 |
-
"
|
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):
|