Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def fetch_latest_arxiv_papers(keywords: list, num_results: int = 1) -> list:
|
|
34 |
|
35 |
except Exception as e:
|
36 |
print(f"ERROR: {str(e)}") # Debug errors
|
37 |
-
return [f"Error fetching research papers: {str(e)}"]
|
38 |
|
39 |
|
40 |
|
|
|
34 |
|
35 |
except Exception as e:
|
36 |
print(f"ERROR: {str(e)}") # Debug errors
|
37 |
+
return [f"Error fetching research papers: {str(e)}"]
|
38 |
|
39 |
|
40 |
|