Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ class BasicAgent:
|
|
90 |
text = re.sub(r'\s+', ' ', text).strip()
|
91 |
return text[:200] # Limit length while keeping context
|
92 |
|
93 |
-
searcher =
|
94 |
answer = searcher.get_dinosaur_fa_nominator()
|
95 |
print(answer)
|
96 |
|
|
|
90 |
text = re.sub(r'\s+', ' ', text).strip()
|
91 |
return text[:200] # Limit length while keeping context
|
92 |
|
93 |
+
searcher = BasicAgent()
|
94 |
answer = searcher.get_dinosaur_fa_nominator()
|
95 |
print(answer)
|
96 |
|