arithescientist commited on
Commit
e7ab984
·
verified ·
1 Parent(s): 3cd3249

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -72,7 +72,7 @@ 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
 
 
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 datasets?",
76
  "Provide an analysis of some numbers across some categories."
77
  ]
78