Zeba15 commited on
Commit
bdeadc9
·
verified ·
1 Parent(s): ec063eb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -11,10 +11,10 @@ agent = PostpartumResearchAgent()
11
  # GAIA API base URL
12
  GAIA_API_URL = "https://huggingface.co/api/gaia"
13
 
14
- # def answer_question(question):
15
- # return agent.run(question)
16
- def run(self, question):
17
  return self.kb_search(question)
 
 
18
 
19
 
20
  def submit_to_gaia(username, space_link):
 
11
  # GAIA API base URL
12
  GAIA_API_URL = "https://huggingface.co/api/gaia"
13
 
14
+ def answer_question(question):
 
 
15
  return self.kb_search(question)
16
+ # def run(self, question):
17
+ # return self.kb_search(question)
18
 
19
 
20
  def submit_to_gaia(username, space_link):