teaevo commited on
Commit
3933cee
1 Parent(s): ad8fb78

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- #is_question = "?" in input
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: