Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ class WikipediaQATool(Tool):
|
|
73 |
return f"Error while retrieving Wikipedia content: {str(e)}"
|
74 |
|
75 |
|
76 |
-
wiki_tool =
|
77 |
#excel_tool = ExcelAnalysisTool()
|
78 |
|
79 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|
|
|
73 |
return f"Error while retrieving Wikipedia content: {str(e)}"
|
74 |
|
75 |
|
76 |
+
wiki_tool = WikipediaQATool()
|
77 |
#excel_tool = ExcelAnalysisTool()
|
78 |
|
79 |
async def run_and_submit_all(profile: gr.OAuthProfile | None):
|