Commit
·
a146b18
1
Parent(s):
3a053a2
Add link to the openreview link while we wait for arxiv.
Browse files
app.py
CHANGED
@@ -102,8 +102,11 @@ with col1:
|
|
102 |
)
|
103 |
|
104 |
with col2:
|
105 |
-
|
106 |
-
|
|
|
|
|
|
|
107 |
|
108 |
with col3:
|
109 |
st.link_button(
|
@@ -134,7 +137,7 @@ st.markdown(center_css, unsafe_allow_html=True)
|
|
134 |
# st.markdown(centered_image_html, unsafe_allow_html=True)
|
135 |
|
136 |
# Title and subtitle.
|
137 |
-
st.title("
|
138 |
st.markdown(
|
139 |
"###### Benchmarking Foundation Models on Highly Subjective Tasks by Consensus :classical_building:"
|
140 |
)
|
|
|
102 |
)
|
103 |
|
104 |
with col2:
|
105 |
+
st.link_button(
|
106 |
+
"Paper",
|
107 |
+
"https://openreview.net/forum?id=EgEMEYECXz",
|
108 |
+
use_container_width=True,
|
109 |
+
)
|
110 |
|
111 |
with col3:
|
112 |
st.link_button(
|
|
|
137 |
# st.markdown(centered_image_html, unsafe_allow_html=True)
|
138 |
|
139 |
# Title and subtitle.
|
140 |
+
st.title("Language Model Council")
|
141 |
st.markdown(
|
142 |
"###### Benchmarking Foundation Models on Highly Subjective Tasks by Consensus :classical_building:"
|
143 |
)
|