AkylaiBva commited on
Commit
70faa5e
·
verified ·
1 Parent(s): 1c1e1c3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ class BasicAgent:
29
  print("BasicAgent initialized.")
30
 
31
  def answer_question(self, question, question_attach):
32
- if question.stratswith("."):
33
  return reverse_string(question)
34
  else:
35
  return wiki_search(question)
 
29
  print("BasicAgent initialized.")
30
 
31
  def answer_question(self, question, question_attach):
32
+ if question.startswith("."):
33
  return reverse_string(question)
34
  else:
35
  return wiki_search(question)