Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -71,7 +71,7 @@ agent_executor = create_sql_agent(
|
|
| 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 |
]
|
|
|
|
| 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 |
]
|