pdx97 commited on
Commit
339655b
·
verified ·
1 Parent(s): 19786b4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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