Spaces:
Sleeping
Sleeping
remove openreview login
Browse files
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'
|