wt002 commited on
Commit
3962ec1
·
verified ·
1 Parent(s): 9540ea4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -90,7 +90,9 @@ class BasicAgent:
90
  text = re.sub(r'\s+', ' ', text).strip()
91
  return text[:200] # Limit length while keeping context
92
 
93
-
 
 
94
 
95
  def run_and_submit_all( profile: gr.OAuthProfile | None):
96
  """
 
90
  text = re.sub(r'\s+', ' ', text).strip()
91
  return text[:200] # Limit length while keeping context
92
 
93
+ searcher = WikipediaFeaturedArticleSearcher()
94
+ answer = searcher.get_dinosaur_fa_nominator()
95
+ print(answer)
96
 
97
  def run_and_submit_all( profile: gr.OAuthProfile | None):
98
  """