xhluca commited on
Commit
dc99137
1 Parent(s): 1fe6197

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +12 -11
README.md CHANGED
@@ -1,12 +1,13 @@
1
- ---
2
- title: Weblinx Explorer
3
- emoji: 💻
4
- colorFrom: indigo
5
- colorTo: blue
6
- sdk: streamlit
7
- sdk_version: 1.31.0
8
- app_file: app.py
9
- pinned: false
10
- ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
1
+ <div align="center">
2
+ <h1 style="margin-bottom: 0.5em;">WebLINX: Real-World Website Navigation with Multi-Turn Dialogue</h1>
3
+ <em>Xing Han Lù*, Zdeněk Kasner*, Siva Reddy</em>
4
+ </div>
 
 
 
 
 
 
5
 
6
+ <div style="margin-bottom: 2em"></div>
7
+
8
+ <div style="display: flex; justify-content: space-around; align-items: center; font-size: 120%;">
9
+ <div><a href="https://arxiv.org/abs/2402.05930">📄Paper</a></div>
10
+ <div><a href="https://mcgill-nlp.github.io/weblinx">🌐Website</a></div>
11
+ <div><a href="https://huggingface.co/spaces/McGill-NLP/weblinx-explorer">💻Explorer</a></div>
12
+ <div><a href="https://github.com/McGill-NLP/WebLINX">💻Code</a></div>
13
+ </div>