BioCodeFusion commited on
Commit
07baafb
·
verified ·
1 Parent(s): f097963

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -49,7 +49,7 @@ def get_hugging_face_top_daily_paper() -> str:
49
  continue
50
 
51
  return top_paper
52
- except requests.exceptions.RequestException as e:
53
  print(f"Error occurred while fetching the HTML: {e}")
54
  return None
55
 
 
49
  continue
50
 
51
  return top_paper
52
+ except requests.exceptions.RequestException as e:
53
  print(f"Error occurred while fetching the HTML: {e}")
54
  return None
55