Skip to content

Commit e1d6d49

Browse files
committed
update
1 parent 98fe325 commit e1d6d49

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

src/components/DemoPage.jsx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ if __name__ == "__main__":
8585
</div>
8686

8787
<div style={{ display: 'flex', justifyContent: 'center', gap: '15px', marginBottom: '20px' }}>
88-
<a href="https://arxiv.org/abs/2505.00000" target="_blank" rel="noopener noreferrer" className="start-chat-button">
88+
{/* blank link here */}
89+
<a href="https://arxiv.org" target="_blank" rel="noopener noreferrer" className="start-chat-button">
8990
<FaFileAlt style={{ marginRight: '0.3rem', position: 'relative', top: '1px' }} /> Paper
9091
</a>
91-
<a href="https://arxiv.org/abs/2505.00000" target="_blank" rel="noopener noreferrer" className="start-chat-button">
92+
93+
<a href="https:/github.com/generalusermodels/gum" target="_blank" rel="noopener noreferrer" className="start-chat-button">
9294
<FaGithub style={{ marginRight: '0.3rem', position: 'relative', top: '1px' }} /> GitHub
9395
</a>
9496
</div>
@@ -302,11 +304,11 @@ if __name__ == "__main__":
302304
overflowX: 'auto'
303305
}}>
304306
<pre id="bibtex-content" style={{ margin: '0' }}>
305-
{`@article{shaikh2024gums,
307+
{`@article{shaikh2025gums,
306308
title={Learning General User Models from Computer Use},
307309
author={Shaikh, Omar and Sapkota, Shardul and Rizvi, Shan and Horvitz, Eric and Park, Joon Sung and Yang, Diyi and Bernstein, Michael S.},
308-
journal={arXiv preprint arXiv:2505.00000},
309-
year={2024}
310+
journal={arXiv preprint},
311+
year={2025}
310312
}`}
311313
</pre>
312314
<button

0 commit comments

Comments
 (0)