dhuynh95 commited on
Commit
196da2b
1 Parent(s): 88ca2ae

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -27,7 +27,8 @@ height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
27
  title = """
28
  <div align="center">
29
  <h1>🌊 Welcome to LaVague</h1>
30
- <p>Redefining internet surfing by transforming natural language instructions into seamless browser interactions.</p>
 
31
  </div>
32
  """
33
 
 
27
  title = """
28
  <div align="center">
29
  <h1>🌊 Welcome to LaVague</h1>
30
+ <p>This space provides a managed instance of <a href="https://github.com/lavague-ai/LaVague">LaVague</a>, an open-source Large Action Model (LAM) framework allowing users to write queries in natural language to interact with a website by automatically generating Selenium code.</p>
31
+ <p>Note: In this space, we use a Nous-Hermes-2-Mixtral-8x7B-DPO to generate the Selenium code required to perform users’ requested actions. While decent, this model might fail to generate the appropriate code (hence this initiative to collect a good dataset), which could simply crash, not perform anything, or perform the wrong action</p>.
32
  </div>
33
  """
34