justinxzhao
commited on
Commit
·
851e956
1
Parent(s):
e10e00e
Add link to paper
Browse files
app.py
CHANGED
@@ -111,7 +111,7 @@ with col1:
|
|
111 |
with col2:
|
112 |
st.link_button(
|
113 |
"Paper",
|
114 |
-
"https://
|
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 |
)
|