Spaces:
Sleeping
Sleeping
Commit
·
bcd8921
1
Parent(s):
2cdd7b2
Update app.py
Browse files
app.py
CHANGED
@@ -16,6 +16,7 @@ import numpy as np
|
|
16 |
|
17 |
venue = 'ICLR.cc/2023/Conference'
|
18 |
venue_short = 'iclr2023'
|
|
|
19 |
|
20 |
def get_conference_notes(venue, blind_submission=False):
|
21 |
"""
|
@@ -84,4 +85,4 @@ def get_visualizations():
|
|
84 |
st.plotly_chart(fig1)
|
85 |
st.plotly_chart(fig2)
|
86 |
|
87 |
-
|
|
|
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 |
"""
|
|
|
85 |
st.plotly_chart(fig1)
|
86 |
st.plotly_chart(fig2)
|
87 |
|
88 |
+
st.button("Run Visualization", on_click=get_visualizations)
|