zinoubm commited on
Commit
bfa4f0f
·
1 Parent(s): 2341751

final touces

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ from TwitterChatBot.main import ask
5
 
6
 
7
  def get_answer(question):
 
8
  answer = ask(question=question)
9
  return answer.strip()
10
 
 
5
 
6
 
7
  def get_answer(question):
8
+ print(question)
9
  answer = ask(question=question)
10
  return answer.strip()
11