Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Duplicated from
agents-course/Final_Assignment_Template
iQuentin
/
Agents_Final_Assignment
like
0
Sleeping
App
Files
Files
Community
1
Fetching metadata from the HF Docker repository...
iQuentin
commited on
Jun 25
Commit
f1f4238
·
verified
·
1 Parent(s):
5c40ea2
Sorry, typo
Browse files
Files changed (1)
hide
show
agent.py
+1
-1
agent.py
CHANGED
Viewed
@@ -96,7 +96,7 @@ class QAgent:
96
97
result = self.agent.run(prompt)
98
print(result)
99
-
)
100
return result
101
102
96
97
result = self.agent.run(prompt)
98
print(result)
99
+
100
return result
101
102