Spaces:
Sleeping
Sleeping
final touces
Browse files
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 |
|