justinxzhao commited on
Commit
851e956
·
1 Parent(s): e10e00e

Add link to paper

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -111,7 +111,7 @@ with col1:
111
  with col2:
112
  st.link_button(
113
  "Paper",
114
- "https://openreview.net/forum?id=EgEMEYECXz",
115
  use_container_width=True,
116
  type="primary",
117
  )
 
111
  with col2:
112
  st.link_button(
113
  "Paper",
114
+ "https://arxiv.org/abs/2406.08598",
115
  use_container_width=True,
116
  type="primary",
117
  )