Update app.py
Browse files
app.py
CHANGED
@@ -70,7 +70,7 @@ def chat(input, history=[]):
|
|
70 |
|
71 |
#global sql_response
|
72 |
# Check if the user input is a question
|
73 |
-
|
74 |
|
75 |
'''
|
76 |
if is_question:
|
|
|
70 |
|
71 |
#global sql_response
|
72 |
# Check if the user input is a question
|
73 |
+
is_question = "?" in input
|
74 |
|
75 |
'''
|
76 |
if is_question:
|