nityathakkar commited on
Commit
101d21d
·
verified ·
1 Parent(s): 4b0137a

remove openreview login

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -52,9 +52,7 @@ def pdf_to_text(pdf):
52
  # loads all 2024 ICLR submissions from OpenReview
53
  def load_ICLR_submissions():
54
  client = openreview.api.OpenReviewClient(
55
- baseurl='https://api2.openreview.net',
56
- username="[email protected]",
57
- password=os.environ["OPENREVIEW_PASSWORD"]
58
  )
59
 
60
  venue_id = 'ICLR.cc/2024/Conference'
 
52
  # loads all 2024 ICLR submissions from OpenReview
53
  def load_ICLR_submissions():
54
  client = openreview.api.OpenReviewClient(
55
+ baseurl='https://api2.openreview.net'
 
 
56
  )
57
 
58
  venue_id = 'ICLR.cc/2024/Conference'