no initial?
Browse files- 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
|
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:
|