Soumik555 commited on
Commit
4250140
·
1 Parent(s): de4729f

no initial?

Browse files
Files changed (1) hide show
  1. intitial_q_handler.py +1 -1
intitial_q_handler.py CHANGED
@@ -4,7 +4,7 @@ INITIAL_CHAT_QUESTIONS = [
4
  ]
5
 
6
  INITIAL_CHART_QUESTIONS = [
7
- "Can you provide a bar chart visualization of the data?",
8
  ]
9
 
10
  def if_initial_chat_question(query: str) -> bool:
 
4
  ]
5
 
6
  INITIAL_CHART_QUESTIONS = [
7
+ "Can you provide a visualization of the data?",
8
  ]
9
 
10
  def if_initial_chat_question(query: str) -> bool: