suneeln-duke commited on
Commit
1312f6c
·
verified ·
1 Parent(s): f4a976c

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +2 -0
main.py CHANGED
@@ -60,4 +60,6 @@ def ask(question: str):
60
 
61
  category['response'] = response
62
 
 
 
63
  return category
 
60
 
61
  category['response'] = response
62
 
63
+ category['question'] = question
64
+
65
  return category