Spaces:
Sleeping
Sleeping
RamAnanth1
commited on
Commit
β’
18a5832
1
Parent(s):
eab9474
Update app.py
Browse files
app.py
CHANGED
@@ -16,7 +16,6 @@ import numpy as np
|
|
16 |
|
17 |
venue = 'ICLR.cc/2023/Conference'
|
18 |
venue_short = 'iclr2023'
|
19 |
-
st.set_page_config(page_title="ICLR2023 Papers Visualization", page_icon="π", layout="centered")
|
20 |
|
21 |
def get_conference_notes(venue, blind_submission=False):
|
22 |
"""
|
@@ -39,6 +38,8 @@ def get_conference_notes(venue, blind_submission=False):
|
|
39 |
return notes
|
40 |
|
41 |
raw_notes = get_conference_notes(venue, blind_submission=True)
|
|
|
|
|
42 |
st.write("Number of submissions at ICLR 2023:", len(raw_notes))
|
43 |
|
44 |
df_raw = pd.json_normalize(raw_notes)
|
|
|
16 |
|
17 |
venue = 'ICLR.cc/2023/Conference'
|
18 |
venue_short = 'iclr2023'
|
|
|
19 |
|
20 |
def get_conference_notes(venue, blind_submission=False):
|
21 |
"""
|
|
|
38 |
return notes
|
39 |
|
40 |
raw_notes = get_conference_notes(venue, blind_submission=True)
|
41 |
+
|
42 |
+
st.set_page_config(page_title="ICLR2023 Papers Visualization", page_icon="π", layout="centered")
|
43 |
st.write("Number of submissions at ICLR 2023:", len(raw_notes))
|
44 |
|
45 |
df_raw = pd.json_normalize(raw_notes)
|