dhuynh95 commited on
Commit
356e569
1 Parent(s): 196da2b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -28,7 +28,8 @@ 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
 
 
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><b>Note:</b> 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
+ <p>For a more stable experience we recommend you to test our <a href="https://docs.lavague.ai/en/latest/docs/get-started/quick-tour/">Quick Tour</a> on the docs, with for instance a demo running on <a href="https://colab.research.google.com/github/lavague-ai/lavague/blob/main/docs/docs/get-started/quick-tour.ipynb">Gradio</a></p>.
33
  </div>
34
  """
35